调用 微信小商店 的 订单发货 接口,返回 109002 错误码
https://developers.weixin.qq.com/doc/ministore/minishopopencomponent/API/delivery/send_delivery.html
POST数据:
{
"order_id": str(order["order_id"]),
"delivery_list": []
}
返回:
{‘errcode’: 109002, ‘errmsg’: ’ rid: 5fc8db63-0c6c8dc1-6d148986’}