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

get_contact_list · Changes

Page history
xiaolong.jin created page: get_contact_list authored Dec 14, 2016 by 金小龙's avatar 金小龙
Hide whitespace changes
Inline Side-by-side
Showing with 12 additions and 9 deletions
+12 -9
  • get_contact_list.md get_contact_list.md +12 -9
  • No files found.
get_contact_list.md
View page @ 451bb73e
......@@ -23,18 +23,20 @@ message: "请求成功",
data: {
3: [
{
user_id: 1,
touid: "1",
tocid: "",
company_name: "游客",
company_name_digest: "",
applicant_name: "357761047@qq.com"
applicant_name: "357761047@qq.com",
company_logo: ""
}
],
y: [
{
user_id: 2,
company_name: "游客",
company_name_digest: "",
applicant_name: "yuncc@pingansec.com"
touid: "2",
tocid: "57cf8faa95a6107725c5177d6ee7ef8d",
company_name: "上海凭安征信服务有限公司",
applicant_name: "杨博",
company_logo: "/path/to/img"
}
]
}
......@@ -43,10 +45,11 @@ applicant_name: "yuncc@pingansec.com"
|返回值|说明|
|:---|:---|
| user_id |用户id|
| touid |用户id|
|company_name|公司名,默认为游客|
|company_name_digest|公司加密值|
|tocid|公司加密值|
|applicant_name|用户名|
|company_logo|头像|
#### 示例
http://shuidi.dev.pingansec.com/user?action=get_contact_list
\ 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