This commit is contained in:
邹宗楠
2022-10-31 14:59:42 +08:00
parent 37c85ba144
commit e9b624f0c7
7 changed files with 15 additions and 15 deletions

View File

@@ -50,9 +50,9 @@ type TokenCreateParam struct {
// 授权类型 ;【工具型应用:authorization_code 自用型应用:authorization_self】
GrantType string `json:"grant_type"`
// 判断测试店铺标识 非必传若新增测试店铺传1若不是则不必传
TestShop string `json:"test_shop"`
// 店铺ID
ShopId string `json:"shop_id"`
//TestShop string `json:"test_shop"`
//// 店铺ID
//ShopId string `json:"shop_id"`
// 授权id用于替换shopId
AuthId string `json:"auth_id"`
// 授权主体类型