1
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user