... | @@ -205,4 +205,25 @@ |
... | @@ -205,4 +205,25 @@ |
|
|
|
|
|
* establish_date 成立日期
|
|
* establish_date 成立日期
|
|
|
|
|
|
* company_status 公司状态 |
|
* company_status 公司状态
|
|
\ No newline at end of file |
|
|
|
|
|
#### 登陆
|
|
|
|
|
|
|
|
地址:/login
|
|
|
|
|
|
|
|
参数列表:
|
|
|
|
|
|
|
|
* action: String 定值 reset_password
|
|
|
|
|
|
|
|
* email : String 邮箱
|
|
|
|
|
|
|
|
返回值说明:
|
|
|
|
|
|
|
|
返回带有两个参数的josn字符串
|
|
|
|
|
|
|
|
* code:0 代表登录成功
|
|
|
|
{"code":"0","message":"\u5bc6\u7801\u66f4\u6539\u6210\u529f","reset_password":"ae6bf3e23389"}
|
|
|
|
* code:301 邮箱格式错误
|
|
|
|
{"code":"301","message":"\u90ae\u7bb1\u683c\u5f0f\u4e0d\u6b63\u786e"}
|
|
|
|
* code:302 邮箱不存在
|
|
|
|
{"code":"302","message":"\u90ae\u7bb1\u683c\u5f0f\u4e0d\u6b63\u786e"} |