保存案例接口
POST
https://micro-gfyx-api.b2btst.com/v1/cloud-shop/content/case-save
最后修改时间:2024-05-09 06:30:38
责任人:翁果
请求参数
Header 参数
access_token
string
必需
示例值:
{{pc登录态}}
Body 参数application/json
id
integer
案例id
name
string
案例名称
case_type
integer
案例类型
developer_name
string
开发商名称
is_state_owned
integer
项目性质
categories
array [object {2}]
服务分类
category_code
string
分类code
category_name
string
分类名称
level
integer
合作层级
province_code
string
省份code
city_code
string
城市code
address
string
详细地址
begin_date
string
合作开始时间
end_date
string
合作结束时间
bind_case_ids
array[integer]
关联项目案例的id
bind_product_ids
array[integer]
关联产品id
type
integer
项目类型
is_sign
integer
是否与工程方签约
builder_name
string
工程方名称
amount
string
合作量
remark
string
案例描述
pictures
array [object {1}]
案例图片
file_id
integer
必需
business_model_ids
array[integer]
关联的业态id
示例
{
"id": 0,
"name": "string",
"case_type": 0,
"developer_name": "string",
"is_state_owned": 0,
"categories": [
{
"category_code": "string",
"category_name": "string"
}
],
"level": 0,
"province_code": "string",
"city_code": "string",
"address": "string",
"begin_date": "string",
"end_date": "string",
"bind_case_ids": [
0
],
"bind_product_ids": [
0
],
"type": 0,
"is_sign": 0,
"builder_name": "string",
"amount": "string",
"remark": "string",
"pictures": [
{
"file_id": 0
}
],
"business_model_ids": [
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-09 06:30:38