| 名称 | 描述 |
|---|---|
| HTTP URL | http://wspacebot.yunfeiwork.com/wspace-openapi/partner/set-appconfig?access_token=ACCESS_TOKEN |
| HTTP Method | POST |
| 参数名 | 参数值 | 是否必填 |
|---|---|---|
| content-type | application/json | 是 |
| 参数名 | 类型 | 是否必填 | 说明 |
|---|---|---|---|
| type | string | 是 | 类型:shop_auth=门店授权通知 |
| notifyUrl | string | 是 | 你的回调接口地址 |
| opPoiId | string | 否 | 表示云飞API侧生成的门店ID,该字段非必传,若有值则按门店来配置回调地址;不传则表示整个应用(appId)下所有门店共用一个回调地址 |
{
"type": "shop_auth",
"notifyUrl": "https://你的回调接口地址.com"
}{
"code": 200,
"msg": "成功",
"count": 0,
"tid": "628f21d4affe40c79ff000aec9252a06"
}