setup-holiday-supplier-tool #123

Merged
truongvo merged 13 commits from setup-holiday-supplier-tool into master 2023-01-10 08:03:36 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit b5d7425114 - Show all commits

View File

@ -55,5 +55,6 @@ type SupplierCountReq struct {
// CheckTokenSupplierPayload ...
type CheckTokenSupplierPayload struct {
Token string `json:"token"`
Token string `json:"token"`
Permissions []string `json:"permissions"`
}