https://developers.weixin.qq.com/doc/store/shop/API/order/delivery_send.html。
我使用这个文档调用 订单发货API,货品是一个虚拟物品,我在街口中配置了课程信息以及小程序APPID和地址。
用户收到的发货通知在哪里可以看到课程信息呢,是参数有哪些不对缺失吗?
{
"order_id": "123456",
"delivery_list": [
{
"deliver_type": 3,
"product_infos": [
{
"product_cnt": 1,
"product_id": "12345",
"sku_id": "678910"
}
],
"course_info" :{
"start_time" : 1675180800,
"end_time" : 1675958400,
"course_path" : {
"type" : 0,
"wxa_appid" : "wxabcdes",
"wxa_path" : "path"
}
}
}
]
}