文档
测试
POST
http://www.yjy.com/api/index

请求参数

参数名
类型
描述
必填
act
string
业务参数 固定值:account/register
必填
mobile
string
手机号
必填
code
int
验证码
必填
password
string
密码
必填
parent_id
int
推荐人id
必填
sex
int
性别 1男,2女
必填
birthday
string
生日
必填
cateid
int
类目id
必填

说明 / 示例

```language { "status": 201, "result": [], "msg": "验证码不能为空!" } ``` ```language { "status": 200, "result": { "mobile": "13111111113", "salt": 8145, "pwd": "67313f80af36ec91201a0ed78a46168e", "sex": 0, "birthday": "", "addtime": 1629205693, "id": "6" }, "msg": "请求成功!" } ```