变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
V1.5.0 | 2024-06-17 | fain mo | 上线 | |
V1.5.0 | 2025-02-25 | 入参新增referralCode字段 |
实际并发数 | 实际RT | 实际TPS | 频率限制次数(次/秒) |
---|---|---|---|
无 |
{
"uphone": "13600000000",
"uphonecode": "+86",
"uemail": "11@qq.com",
"utype": "admin",
"password": "1234",
"ustatus": 0
}
curl --location --request POST '/client/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"uphone": "13600000000",
"uphonecode": "+86",
"uemail": "11@qq.com",
"utype": "admin",
"password": "1234",
"ustatus": 0
}'
{
"code": 0,
"data": {
"uuid": "123"
},
"msg": "success",
"success": true,
"traceId": "CA-3405215415-fZJ31n3V-575630-229982"
}