多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
#### 登录 ~~~[api] post:/index/member/login *string:mobile#手机号码 *string:code#手机验证码 <<< success { "code": 1, "msg": "success", "time": "2018-09-09 12:30:05", "data": { "id": 1, "username": "membereQuhS9ru37", "mobile": "18666868868", "avatar": "http://oss.dgyouduo.com/static/img/no-image.png", "nickname": "呵呵哒", "sex": 1, "wechat_openid": null, "status": 1, "created_at": "2018-06-08 09:04:22", "updated_at": "2018-07-12 17:21:58", "wallet": "0.00", "integral": "0.00", "status_text": "正常" } } ~~~ #### 注册 ~~~[api] post:/index/member/register *string:mobile#手机号码 *string:code#手机验证码 <<< success { "code": 1, "msg": "success", "time": "2018-09-09 12:54:47", "data": { "id": 15, "username": "memberWIyz01N2l4", "mobile": "18666865553", "avatar": "http://oss.dgyouduo.com/static/img/no-image.png", "nickname": "用户3646888718", "sex": 0, "wechat_openid": null, "status": 1, "created_at": "2018-09-09 12:54:47", "updated_at": "2018-09-09 12:54:47", "wallet": "0.00", "integral": "0.00", "status_text": "正常" } } ~~~ #### 登出 ~~~[api] post:/index/member/logout <<< success { "code": 1, "msg": "success", "time": "2018-01-02 16:00:10", "data": [] } ~~~ #### 个人信息 ~~~[api] get:/index/member/personal <<< success { "code": 1, "msg": "success", "time": "2018-09-09 12:55:02", "data": { "id": 15, "username": "memberWIyz01N2l4", "mobile": "18666865553", "avatar": "http://oss.dgyouduo.com/static/img/no-image.png", "nickname": "用户3646888718", "sex": 0, "wechat_openid": null, "status": 1, "created_at": "2018-09-09 12:54:47", "updated_at": "2018-09-09 12:54:47", "wallet": "0.00", "integral": "0.00", "status_text": "正常" } } ~~~