平台产品品类列表接口
GET
https://micro-gfyx-api.b2btst.com/v1/business_opportunity/strategic-monitor/fuzzy-search-industry
自动化已维护
最后修改时间:2024-02-23 07:50:20
责任人:翁果
请求参数
Query 参数
keyword
string
可选
Header 参数
access_token
string
必需
示例值:
{{pc登录态}}
返回响应
🟢200成功
application/json
Body
success
boolean
必需
error_code
integer
必需
message
string
必需
data
object
必需
total
integer
总数量
list
array [object {2}]
必需
示例
{
"success": true,
"error_code": 0,
"message": "string",
"data": {
"total": 0,
"list": [
{
"id": 0,
"industry_name": "string"
}
]
}
}
修改于 2024-02-23 07:50:20