产品品类列表接口
POST
https://micro-gfyx-api.b2btst.com/backend/business_opportunity/strategic-monitor/industry-list
最后修改时间:2024-02-23 02:55:31
责任人:翁果
请求参数
Header 参数
auth-token
string
必需
示例值:
{{战图登录态}}
Body 参数application/json
keyword
string
产品品类名称
audit_status
array[integer]
审核状态
page
integer
页码
page_size
integer
页大小
示例
{
"keyword": "string",
"audit_status": [
0
],
"page": 0,
"page_size": 0
}
返回响应
🟢200成功
application/json
Body
error_code
integer
必需
message
string
必需
success
boolean
必需
data
object | null
必需
total
integer
总数量
list
array [object {8}]
必需
示例
{
"data": {
"total": 2,
"list": [
{
"id": 2,
"industry_name": "翁果测试的品类2",
"audit_status": 1,
"bid_count": 4,
"bid_company_count": 2,
"cooperate_count": 3,
"created_by": "翁果",
"created_on": "2024-01-22 16:27:38"
},
{
"id": 1,
"industry_name": "翁果测试的品类1",
"audit_status": 2,
"bid_count": 0,
"bid_company_count": 0,
"cooperate_count": 0,
"created_by": "翁果",
"created_on": "2024-01-22 16:27:25"
}
]
},
"error_code": 0,
"message": "操作成功",
"success": true
}
修改于 2024-02-23 02:55:31