Authorization: Bearer ********************
{ "params": { "data": { "receive_id": 3451, "delivery_method": "send", "self_pickup_date": "2025-04-16", "self_pickup_time_str": "13:00 - 17:30", "address_shipping_id": 18772 } } }
curl --location --request POST 'https://shop.ijuhui.mobi/wxapi/receive/delivery/create/' \ --header 'openid: otFIT0tsyKG_ui8J9xgGe4O1n7Z0' \ --header 'Content-Type: application/json' \ --data-raw '{ "params": { "data": { "receive_id": 3451, "delivery_method": "send", "self_pickup_date": "2025-04-16", "self_pickup_time_str": "13:00 - 17:30", "address_shipping_id": 18772 } } }'
{ "code": 500, "message": "发生错误,请稍后再试。" }