拥有此API的权限集 |
---|
打卡管理-查询打卡信息 |
{
"access_token" : "accessxxxx",
"data":[
{
"nickname":"zzz",
"name":"某某,
"mobile":"+86-123456789",
"job":"1",
"email":"123456789@xxx.com",
"user_id":"u_1h2J3u4H5f_1a2b3C4d5C",
"state":2,
"gender":1,
"password":""
}
]
}
curl --location --request POST 'https://api.xiaoe-tech.com/xe.ofs.user.save/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token" : "xe_xxxxx",
"data": [
{
"mobile":"+86-123456789",
"name":"某某",
"account":"zhuwei456",
"password":"zhuwei123",
"groups":[
"g_appxxxxxx",
"g_appxxxxxx"
],
"gender":1,
"state":1,
"email":"123456789@xx.com",
"nickname":"zzz",
"job":"aaa"
}
]
}'
{
"code": "0",
"msg": "success",
"data": null
}