拥有此API的权限集 |
---|
推广员管理-查询推广员信息 |
curl --location --request POST 'https://api.xiaoe-tech.com/xe.information.user.result.get/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "xe_xxxxx",
"user_id": "u_xxx",
"resource_id": "i_xxx",
"collect_start_time": "2020-01-07 12:00:00",
"collect_end_time": "2020-01-07 12:00:00",
"page": 1,
"page_size": 3
}'
{
"code": 0,
"msg": "success",
"data": {
"collection_list": [
{
"form_id": "in_xxx",
"form_name": "mira",
"user_id": "u_xxxx",
"user_nickname": "手机尾号5070",
"collect_time": "2021-08-08 18:04:09",
"extra": "{\"\\\":\"Y\"}"
}
],
"total": 27
}
}