change res check-token-supllier #118

Merged
Ghost merged 1 commits from setup-holiday-supplier-tool into develop 2022-12-27 16:49:59 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ec9dedad0d - Show all commits

View File

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