战集采列表
POST
https://micro-gfyx-api.b2btst.com/backend/business_opportunity/strategic-monitor/bid-list
最后修改时间:2024-02-21 06:21:34
责任人:翁果
请求参数
Header 参数
auth-token
string
必需
示例值:
{{战图登录态}}
Body 参数application/json
keyword
string
客户名称、招标名称、中标名称搜索
bid_type
integer
公告类型
audit_status
array[integer]
审核状态
page
integer
页码
page_size
integer
页大小
示例
{
"keyword": "string",
"bid_type": 0,
"audit_status": [
0
],
"page": 0,
"page_size": 0
}
返回响应
🟢200成功
application/json
Body
success
boolean
必需
message
string
必需
error_code
integer
必需
data
object | null
必需
total
integer
总数量
list
array [object {6}]
必需
示例
{
"data": {
"total": 11007,
"list": [
{
"id": 11776,
"bid_type": 1,
"company_name": "老门户迁移验证",
"publish_date": "2019-01-08 11:06:48",
"title": "安吉山语墅三期、乐清天虹墅、衢州天元府、织里中环广场、济宁香堤5-9#楼项目进户门工程集中招标",
"audit_status": 1
}
]
},
"error_code": 0,
"message": "操作成功",
"success": true
}
修改于 2024-02-21 06:21:34