This commit is contained in:
邹宗楠
2022-10-24 17:33:00 +08:00
parent 370d709c0c
commit 9b6eafc1b2
7 changed files with 6 additions and 10 deletions

View File

@@ -67,7 +67,7 @@ type CreateTokenData struct {
Scope string `json:"scope"`
//店铺ID
ShopId string `json:"shop_id"`
ShopId int64 `json:"shop_id"`
//店铺名称
ShopName string `json:"shop_name"`