客户企业的战略合作单位删除
POST
https://micro-gfyx-api.b2btst.com/backend/business_opportunity/strategic-monitor/company-cooperate-delete
最后修改时间:2024-02-23 02:55:59
责任人:翁果
请求参数
Header 参数
auth-token
string
必需
示例值:
{{战图登录态}}
Body 参数application/json
id
integer
主键id
示例
{
"id": 0
}
返回响应
🟢200成功
application/json
Body
error_code
integer
必需
message
string
必需
success
boolean
必需
data
object | null
必需
is_success
boolean
必需
示例
{
"error_code": 0,
"message": "string",
"success": true,
"data": {
"is_success": true
}
}
修改于 2024-02-23 02:55:59