文档
测试

注册功能

POST
http://localhost:8020/user/reg

接口描述

注册

请求参数

参数名
类型
描述
必填
name
string
示例:sfasfitfghf
必填
psw
string
示例:23i
必填

响应参数

参数名
类型
描述
必填
code
int
示例:2000
必填
flag
boolean
示例:true
必填
message
string
示例:注册成功
必填