战略集采客户列表接口
POST
https://micro-gfyx-api.b2btst.com/backend/business_opportunity/strategic-monitor/company-list
最后修改时间:2024-02-23 02:55:41
责任人:翁果
请求参数
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 {9}]
必需
示例
{
"data": {
"total": 1,
"list": [
{
"id": 2,
"company_name": "中国葛洲坝集团股份有限公司",
"organizing_code": "914200006155710107",
"province": "湖北",
"city": "武汉市",
"audit_status": 2,
"audit_time": "2024-01-19 17-03-58",
"audit_by": "翁果开发测试",
"bid_count": 2,
"cooperate_count": 3,
"created_by": "翁果开发测试",
"created_on": "2024-01-19 17-03-58"
}
]
},
"error_code": 0,
"message": "操作成功",
"success": true
}
修改于 2024-02-23 02:55:41