- 将BindPrinterResult.ExpiresIn改为ExpiresAt
This commit is contained in:
@@ -8,10 +8,10 @@ import (
|
||||
)
|
||||
|
||||
type BindPrinterResult struct {
|
||||
PrinterSN string
|
||||
PrinterKey string
|
||||
PrinterKey2 string
|
||||
ExpiresIn int64 `json:"expires_in"`
|
||||
PrinterSN string `json:"printerSN"`
|
||||
PrinterKey string `json:"printerKey"`
|
||||
PrinterKey2 string `json:"printerKey2"`
|
||||
ExpiresAt int64 `json:"expiresAt"`
|
||||
}
|
||||
|
||||
type IPrinterHandler interface {
|
||||
|
||||
Reference in New Issue
Block a user