11.1 资料获取
POST
https://openapi.weiling.cn/openapi/material/get请求参数
Query 参数
access_token
string
必需
获取到的凭证,最长为512字节
Body 参数application/json
material_ids
array[string]
可选
资料库id列表(长度<=100)
cursor
string
分页游标,初始为空
start
number
可选
资料创建时间,13位时间戳,精确到秒 (返回大于start的线索数据)
create_user_id
string
创建人id
示例
{
"material_ids": [
"string"
],
"cursor": "string",
"start": 0,
"create_user_id": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
msg
string
必需
code
integer
必需
data
object
必需
material_list
array [object {8}]
资料列表
cursor
string
分页游标
示例
{
"msg": "dolore enim",
"code": 43,
"data": {
"material_list": [
{
"material_id": "37",
"material_type": 82,
"material_name": "子九斗值名体",
"material_url": "http://fcbxxic.gr/ovhbi",
"create_user_id": "74",
"material_scope": 4,
"create_time": 369807409095
},
{
"material_id": "90",
"material_type": 71,
"material_name": "别见等空特二",
"material_url": "http://fyy.ga/pws",
"create_user_id": "70",
"material_scope": 98,
"create_time": 835179659888
},
{
"material_id": "11",
"material_type": 44,
"material_name": "外保按些",
"material_url": "http://rulstwxy.io/nbu",
"create_user_id": "97",
"material_scope": 49,
"create_time": 780413173866
},
{
"material_id": "77",
"material_type": 23,
"material_name": "也步研",
"material_url": "http://terv.tj/owdxcm",
"create_user_id": "82",
"material_scope": 80,
"create_time": 867582136900
},
{
"material_id": "72",
"material_type": 24,
"material_name": "持次好写光样百",
"material_url": "http://mikkj.ad/qaqqltx",
"create_user_id": "25",
"material_scope": 83,
"create_time": 418772590111
}
],
"cursor": "proident officia"
}
}
最后修改时间: 1 年前