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
  • owner_log

owner_log · Changes

Page history
xiaolong.jin created page: owner_log authored Dec 14, 2016 by 金小龙's avatar 金小龙
Show whitespace changes
Inline Side-by-side
Showing with 129 additions and 0 deletions
+129 -0
  • owner_log.md owner_log.md +129 -0
  • No files found.
owner_log.md 0 → 100644
View page @ 56d8d279
### 获取短信验证码
#### 调用地址
```
/user
```
#### 传参
```javascript
{action: 'owner_log'}
```
|传参|说明|是否必填|
|:---|:---|:---|
|action|接口名|是|
#### 返回值
```javascript
{
status: 0,
message: "请求成功",
data: [
{
company_name: "sadas",
audit_status: "复审通过"
},
{
company_name: "中国葛洲坝集团公司",
audit_status: "已提交"
},
{
company_name: "",
audit_status: "初审通过"
},
{
company_name: "444",
audit_status: "复审通过"
},
{
company_name: "11111",
audit_status: "复审通过"
},
{
company_name: "33333",
audit_status: "复审通过"
},
{
company_name: "233333",
audit_status: "复审通过"
},
{
company_name: "测水水水水",
audit_status: "复审通过"
},
{
company_name: "上海雅杰文化交流有限公司",
audit_status: "复审通过"
},
{
company_name: "asdasdsa",
audit_status: "复审通过"
},
{
company_name: "阿打算",
audit_status: "复审通过"
},
{
company_name: "657",
audit_status: "删除认领"
},
{
company_name: "asd",
audit_status: "复审通过"
},
{
company_name: "2342",
audit_status: "资料提交后"
},
{
company_name: "32423",
audit_status: "资料提交后"
},
{
company_name: "asdasd",
audit_status: "初审通过"
},
{
company_name: "哈尔滨鸿翔电器有限公司",
audit_status: "复审不通过"
},
{
company_name: "哈尔滨鸿翔电器有限公司",
audit_status: "删除认领"
},
{
company_name: "四川鸿林建设有限公司",
audit_status: "资料提交后"
},
{
company_name: "asd",
audit_status: "删除认领"
},
{
company_name: "深圳市费加服装有限公司",
audit_status: "删除认领"
},
{
company_name: "深圳市费加服装有限公司",
audit_status: "复审不通过"
},
{
company_name: "测试3333",
audit_status: "复审不通过"
}
]
}
```
|返回值|说明|
|:---|:---|
| company_name |公司名称|
| audit_status |认领状态|
#### 示例
http://shuidi.dev.pingansec.com/user?action=owner_log
\ 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