- 重新生成位置小程序码
接口
POST https://open.jisuapp.cn/business/Shop/RegenerateEcTostoreLocationQRCode
请求参数说明
Content-Type: application/x-www-form-urlencoded
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
access_token | string | Y | 用户授权的唯一票据 |
location_id | int | Y | 位置id |
返回参数
参数 | 类型 | 说明 | |
---|---|---|---|
status | int | 状态码 0成功 1失败 | |
data | string |
参数返回示例
{
"status": 0,
"data": "重新生成二维码成功"
}