@myyzs
2021-07-12T08:51:35.000000Z
字数 237
阅读 24
PC工作台相关接口
接口名称 | 用户同步(增量同步) |
---|---|
请求地址 | https://www.fdccloud.com/api/tenant-open/do-user-sync?access_token=@access_token |
请求方式 | POST(HTTPS) |
返回结果
{
"errcode": 0,
"errmsg": "ok",
"isComplete": 1,
"data": []
}
参数 | 类型 | 描述 |
---|---|---|
errcode | number | 为0则说明成功,非0代表失败 |
errmsg | string | 提示信息 |