文档
测试

用户创建

POST
http://localhost:3000/users/create

请求参数

application/x-www-form-urlencoded
参数名
类型
描述
必填
username
string
用户名(必须)
必填
pwd
string
用户密码(必须)
必填
mobile
number
手机号(必须)
必填
question
string
密保问题(必须)
必填
answer
string
密保问题答案(必须)
必填

说明 / 示例

{ “meta”: { “state”: 201, “msg”: “操作成功” }, “data”: null }