保存业态接口
POST
https://micro-gfyx-api.b2btst.com/v1/cloud-shop/content/business-model-save
最后修改时间:2024-05-08 09:55:53
责任人:翁果
请求参数
Header 参数
access_token
string
必需
示例值:
{{pc登录态}}
Body 参数application/json
id
integer
业态id
name
string
业态名称
parent_id
integer
父级业态id
type
integer
业态类型
示例
{
"id": 0,
"name": "string",
"parent_id": 0,
"type": 0
}
返回响应
🟢200成功
application/json
Body
success
boolean
必需
error_code
integer
必需
message
string
必需
data
object | null
必需
id
integer
业态id
示例
{
"success": true,
"error_code": 0,
"message": "操作成功",
"data": {
"id": 1
}
}
修改于 2024-05-08 09:55:53