注册用户
https://api.sciener.com/v2/user/regUser
1. 参数说明
| 名称 |
类型 |
是否必需 |
描述 |
| clientId |
String |
Y |
等同appId |
| clientSecret |
String |
Y |
等同appSecret |
| username |
String |
Y |
用户名 |
| password |
String |
Y |
密码(md5 加密) |
| date |
Long |
Y |
当前时间(毫秒数) |
2.返回参数
| 参数 |
类型 |
描述 |
| username |
String |
注册成功返回(使用此username进行授权,密码则是传过来的password参数) |