Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
互联网应用开发
shuidiapp
Wiki
get_contact_detail
get_contact_detail
· Changes
Page history
xiaolong.jin created page: owner_log
authored
Dec 15, 2016
by
金小龙
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
get_contact_detail.md
get_contact_detail.md
+3
-2
No files found.
get_contact_detail.md
View page @
aed633ce
...
@@ -8,13 +8,14 @@
...
@@ -8,13 +8,14 @@
#### 传参
#### 传参
```
javascript
```
javascript
{
action
:
'
get_contact_detail
'
,
digest
:
'
57cf8faa95a6107725c5177d6ee7ef8d
'
}
{
action
:
'
get_contact_detail
'
,
tocid
:
'
57cf8faa95a6107725c5177d6ee7ef8d
'
,
touid
:
10
}
```
```
|传参|说明|是否必填|
|传参|说明|是否必填|
|:---|:---|:---|
|:---|:---|:---|
|action|接口名|是|
|action|接口名|是|
|digest|公司digest|是|
|tocid|公司digest|是|
|touid|用户id|是|
#### 返回值
#### 返回值
```
javascript
```
javascript
...
...