{ "order_id": "20250427164400258" }
curl --location --request POST '/outapi/order/receive' \ --header 'Authori-zation: Bearer {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "order_id": "20250427164400258" }'
{ "status": 200, "msg": "收货成功" }