change res check-token-supllier
This commit is contained in:
parent
7f548f0931
commit
ec9dedad0d
|
@ -36,7 +36,7 @@ type SupplierCountRes struct {
|
|||
|
||||
// ResponseCheckTokenSupplier ...
|
||||
type ResponseCheckTokenSupplier struct {
|
||||
Invalid bool `json:"invalid"`
|
||||
IsValid bool `json:"isValid"`
|
||||
Reason string `json:"reason"`
|
||||
Supplier ResponseSupplierInfo `json:"supplier"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue