post请求
POST
http://localhost:5000/user/reg
请求参数
参数名
类型
描述
必填
name
string
示例:aaa
必填
email
string
示例:879999@qq.com
必填
tel_number
int
示例:13012345678
必填
password
int
示例:12345678
必填
响应参数
参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:存入数据成功,影响行数为
必填
data
int
示例:1
必填