用户创建userCreate
POST
http://127.0.0.1:8000/userCreate/
接口描述
创建用户,输入账号、密码,以POST形式创建
请求参数
参数名
类型
描述
必填
username
char
账号
必填
password
char
密码
必填