5.1 获取企业列表-新版
GET
https://openapi.weiling.cn/openapi/v2/company/list请求参数
Query 参数
access_token
string
可选
start
number
企业创建时间
status
integer
可选
企业状态(0-公海 1-已领取)
owner_id
string
归属人
cursor
string
分页游标
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
msg
string
可选
code
integer
可选
data
object
可选
cursor
string
可选
company_list
array [object {2}]
可选
示例
{
"msg": "string",
"code": 0,
"data": {
"cursor": "string",
"company_list": [
{
"company_id": "string",
"company_name": "string"
}
]
}
}
最后修改时间: 15 days ago