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