{
"salesId": 404932729339968,
"customerId": 397179886336064
}
curl --location --request POST '/api/v3/ykym/get' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"salesId": 404932729339968,
"customerId": 397179886336064
}'
{
"code": 0,
"message": "success",
"data": {
"id": 534993845153844,
"codeUrl": "https://wework.qpic.cn/wwpic/104235_NWQMm2Gbs_1618304067/0"
}
}