curl --location --request POST 'https://scm.sdongpo.com/cc_thirdparty/openApi/purchaseOrder/receipt' \ --form 'appid=""' \ --form 'timestamp=""' \ --form 'sign=""' \ --form 'notice=""' \ --form 'site_id=""' \ --form 'id=""' \ --form 'commoditys="[{\"commodity_id\":1403,\"num\":1,\"price\":6,\"total_price\":6,\"remark\":\"\"}]"' \ --form 'in_type=""' \ --form 'idempotent_key=""' \ --form 'no=""'
{ "status": 1, "data": {}, "message": "" }