文档
测试

用户注册

POST
/userRegist

请求头

参数名
类型
描述
必填
Content-Type
application/json; charset=UTF-8
必填

请求参数

参数名
类型
描述
必填
userId
String
登录用的id,最长11位(用户手动输入)
必填
userName
String
用户名称
必填
password
String
密码
必填

响应参数

参数名
类型
描述
必填
state
String
success注册成功,failed注册失败(用户id已存在)
必填

说明 / 示例

{ "userId": "1234", "userName": "qweqwe", "password": "123456" }