用户注册
GET
http://103.88.33.222:18812/api/autho/register/?user_name=text&password=123456&re_password=123456
请求参数
参数名
类型
描述
必填
user_name
string
用户名
必填
password
string
密码
必填
re_password
string
确认密码
必填
card_code
string
卡密
必填
响应参数
参数名
类型
描述
必填
status
int
错误码,0正确,其他表示有错误,错误信息会通过msg返回
必填
msg
string
提示信息
必填
data
object
数据列表
必填