接口简介
- 根据用户id同步论坛用户基本信息
接口请求说明
请求方式
POST https://站点接口域名/openapi/user/sync
请求参数
参数名 | 类型 | 是否必须 | 说明 |
---|---|---|---|
uids | string | 是 | 用户id, 多个逗号分隔 |
请求示例
curl -X POST 'https://站点接口域名/openapi/user/sync' \
-H 'Authorization: Bearer 5d39164d1f281' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{"uids":1557932}'
接口响应说明
响应示例
{
"code": 0,
"text": "",
"data": true,
"time": 1599620315
}
失败
{
"code": 1,
"text": "论坛完善用户信息失败!",
"time": 1599620638
}
响应结果说明
文档更新时间: 2022-06-30 10:50 作者:千帆云