Authorization: Bearer ********************{
"params": {
"data": {
"receive_id": 3452
}
}
}curl --location --request POST 'https://shop.ijuhui.cn/wxapi/receive/quotation/cancel/' \
--header 'openid: otFIT0tsyKG_ui8J9xgGe4O1n7Z0' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"params": {
"data": {
"receive_id": 3452
}
}
}'{"code": 400, "message": "报价单不存在"}