{
"method": "/contact/updateWxContact",
"params": {
"guid": "",
"userId": "788130**********",
"remark": "ffffffffxxxx",
"desc": "xxxxxx",
"mobileList": [
"7881302**********"
]
}
}curl --location '/work-weixin/api/doApi' \
--header 'X-QIWEI-TOKEN;' \
--header 'Content-Type: application/json' \
--data '{
"method": "/contact/updateWxContact",
"params": {
"guid": "",
"userId": "788130**********",
"remark": "ffffffffxxxx",
"desc": "xxxxxx",
"mobileList": [
"7881302**********"
]
}
}'{
"code": 0,
"data": [
{}
],
"msg": "string"
}