文档
测试

注册接口

POST
http://api.xiaoz9.com:8089/api/register

接口描述

需要使用x-www-form-urlencoded方式传入参数

请求参数

application/x-www-form-urlencoded
参数名
类型
描述
必填
username
string
用户名
必填
password
string
密码
必填
nickname
string
昵称
必填

响应参数

参数名
类型
描述
必填
status
int
状态码
必填
msg
string
请求信息
必填

请求样例

参数名
类型
描述
必填
username
string
test4
必填
password
string
123456
必填
nickname
string
测试账号4
必填

说明 / 示例

{ "status": 200, "msg": "注册成功!" }