业态排序接口
POST
https://micro-gfyx-api.b2btst.com/v1/cloud-shop/content/business-model-sort
最后修改时间:2024-06-04 08:28:55
责任人:炳为
请求参数
Header 参数
access_token
string
必需
示例值:
{{pc登录态}}
Body 参数application/json
id
integer
业态id
sort
integer
排序字段
示例
{
"id": 1,
"sort": 1
}
返回响应
🟢200成功
application/json
Body
data
object | null
必需
error_code
integer
必需
message
string
必需
success
boolean
必需
示例
{
"data": {
"is_success": true
},
"error_code": 0,
"message": "操作成功",
"success": true
}
修改于 2024-06-04 08:28:55