文档
测试
POST
http://localhost:8080/api/account/register

接口描述

注册

请求头

参数名
类型
描述
必填
content-type
application/json
必填

请求参数

参数名
类型
描述
必填
username
String
账号
必填
password
String
密码
必填
nickname
String
昵称
必填

响应参数

参数名
类型
描述
必填
200
必填
400
账号或昵称重复
必填