Merge pull request 'change res check-token-supllier' (#118) from setup-holiday-supplier-tool into develop

Reviewed-on: #118
This commit is contained in:
phuanbui 2022-12-27 16:49:59 +00:00
commit 082fac0a6a
1 changed files with 1 additions and 1 deletions

View File

@ -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"`
}