1
This commit is contained in:
@@ -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"`
|
||||
// 授权主体类型
|
||||
|
||||
Reference in New Issue
Block a user