获取开户行业
请求地址
https://api.yeahtargeter.com/v1/tiktok/industry
请求方法
GET
请求Header
字段
是否必填
类型
描述
请求参数
字段
是否必填
类型
描述
keyword
否
string
搜索字段
应答字段
字段
类型
描述
code
number
返回码
message
string
返回信息
data
object
返回数据
- industryId
integer
行业id
- name
string
行业名称
requestId
string
请求id
应答示例
{
"code": 200,
"message": "成功",
"requestId": null,
"data": [
{
"industryId": 290102,
"name": "电器"
},
{
"industryId": 290103,
"name": "其他3C及电器"
}
],
"success": true
}最后更新于