注册
GET
http://r57t.cn:7212/api/developer/registered/?name=xxxxx&pwd=xxxxxx&phone=188xxxx8888&pwdS=xxxxxx
请求参数
参数名
类型
描述
必填
name
string
用户名, 6-10位字符串,示例:qq1234567
必填
pwd
string
密码,6-16位字符串 ,示例:a12345678
必填
phone
string
11位手机号,示例:18800008888
必填
pwdS
string
6位字符串,安全密码 示例:mm0222
必填
响应参数
参数名
类型
描述
必填
返回结果
String
示例:成功返回 {"stat":true,"message":"注册成功","code":200,"data":null}
必填