Commit 0b0a49b6 by 任晓松

常用联系人、申请人

parent 3d975343
...@@ -5112,6 +5112,7 @@ ...@@ -5112,6 +5112,7 @@
"actionBody":{ "actionBody":{
"channel_user_id":"19219084323984", "channel_user_id":"19219084323984",
"type":"contact", "type":"contact",
"contact_name":""
} }
} }
...@@ -5121,9 +5122,78 @@ ...@@ -5121,9 +5122,78 @@
``` javascript ``` javascript
{ {
"status": 0, "status": 0,
"msg": "success", "msg": "操作成功",
"data": null, "data": [
"requestId": "2a3eada5bd6a4e30807bbb2af8c0b4a8" {
"id": 18,
"channel_user_id": "5e38f8ef56badb0009165fd1",
"contact_name": "张三",
"contacts_content": {
"fax": "",
"tel": "010-11111",
"email": "saa@gongsibao.com",
"mobile": "15010929368",
"contacts": "张三"
},
"type": "applicant"
},
{
"id": 19,
"channel_user_id": "5e38f8ef56badb0009165fd1",
"contact_name": "张三ggg",
"contacts_content": {
"fax": "",
"tel": "010-11111",
"email": "saa@gongsibao.com",
"mobile": "15010929368",
"contacts": "张三ggg"
},
"type": "applicant"
},
{
"id": 20,
"channel_user_id": "5e38f8ef56badb0009165fd1",
"contact_name": "张三ggg4",
"contacts_content": {
"fax": "",
"tel": "010-11111",
"email": "saa@gongsibao.com",
"mobile": "15010929368",
"contacts": "张三ggg4"
},
"type": "applicant"
},
{
"id": 40,
"channel_user_id": "5e38f8ef56badb0009165fd1",
"contact_name": "李啥啊",
"contacts_content": {
"code": "91310110398635929J",
"name": "李啥啊",
"zipCode": "100000",
"applyAddr": "上海市杨浦区国定路346号三楼0624室003",
"customerType": "person",
"identityCardNo": "140311111111111111"
},
"type": "applicant"
},
{
"id": 50,
"channel_user_id": "5e38f8ef56badb0009165fd1",
"contact_name": "起个名字吧",
"contacts_content": {
"code": "91310110398635929J",
"name": "起个名字吧",
"zipCode": "100000",
"applyAddr": "上海市杨浦区国定路346号三楼0624室003",
"customerType": "person",
"identityCardNo": "13013399999999999"
},
"type": "applicant"
}
],
"bizmsg": "empty",
"requestId": "9770a5c5a6da4305b8fc83e296716cf5"
} }
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment