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