Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
shuidiapp
shuidiapp
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • 互联网应用开发
  • shuidiappshuidiapp
  • Wiki
  • claim

claim · Changes

Page history
chenchang created page: claim authored Jan 19, 2017 by 陈昌's avatar 陈昌
Hide whitespace changes
Inline Side-by-side
Showing with 52 additions and 0 deletions
+52 -0
  • claim.md claim.md +52 -0
  • No files found.
claim.md 0 → 100644
View page @ 463e3bbf
### 认领
#### 调用地址
```
/audit-claimbase
```
#### 传参
```javascript
{
action: 'claim',
company_name_digest : 'aa66eb7135053ab38b993922f53137a9',
applicant_name : 'chenchang',
email : '18616@123.com',
phone : '18616503611',
code : '6666',
password : '123456',
attach_idcard : 'upload%2fuser%2f20150805183755282.jpg',
mobile : '1',
}
```
|传参|说明|是否必填|
|:---|:---|:---|
|action|接口名|是|
|company_name_digest|公司id|是|
|applicant_name|名称|是|
|email|邮箱|不是|
|phone|手机号|是|
|code|验证码|是|
|password|密码|不是 手机号未注册时需要|
|attach_idcard|图片路径|是|
|mobile|手机端操作|不是 1 - 手机端操作|
#### 返回值
```javascript
{
status: 0,
message: "认领企业成功",
data: [ ]
}
```
|返回值|说明|
|:---|:---|
|status|0 - 认领企业成功 |
|status|1 - 验证码错误 |
|status|2 - 该公司已被认领 |
|status|3 - 一个账号只能认领一家公司 |
|status|4 - 添加用户失败...! |
#### 示例
http://shuidi.dev.pingansec.com/audit-claimbase?action=no_account_claim&phone=18616503616&code=6666&company_name_digest=aa66eb7135053ab38b993922f53137a9&applicant_name=chenchang&attach_idcard=upload%2fuser%2f20150805183755282.jpg&password=123456&email=1234@122.com&mobile=1
\ No newline at end of file
Clone repository
  • add_application
  • agree_application
  • api_desc
  • api_list
  • autobiography
  • base_info
  • branch
  • cancel_follow
  • change
  • change_applicant_name
  • change_avatar
  • change_logo
  • change_nickname
  • change_password
  • change_position
View All Pages