Merge pull request 'change res check-token-supllier' (#118) from setup-holiday-supplier-tool into develop
Reviewed-on: #118
This commit is contained in:
commit
082fac0a6a
|
@ -87,7 +87,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