- 通过api上传购物详情后用户端没有显示?
上传购物详情POST https://api.weixin.qq.com/user-order/orders?access_token=ACCESS_TOKEN 请求参数 { "order_key": { "order_number_type": 2, "transaction_id": "**" }, "logistics_type": 4, "order_list": [{ "merchant_order_no": "**", "order_detail_jump_link": { "appid": "**", "path": "/path/mall/goods/detail", "type": "MINI_PROGRAM" }, "item_list": [{ "merchant_item_id": "123456", "name": "iPhoneX 256G", "description": "Image形象店-深圳腾大-QQ公仔", "unit_price": 828800, "quantity": 2, "image_url": ["https://qpic.cn/xxx", "https://qpic.cn/xxx", "https://qpic.cn/xxx"], "item_detail_jump_link": { "appid": "**", "path": "/path/mall/goods/detail", "type": "MINI_PROGRAM" } }] }], "payer": { "openid": "**" }, "upload_time": "2024-11-14T16:59:46.829+08:00" } 返回信息 {"errcode":0,"graphid":33597863} 按照文档描述0为成功,但是用户端没有显示购物商品。
2024-11-14 - 通过api上传物流信息问题?
上传物流信息POST https://api.weixin.qq.com/user-order/orders/shippings?access_token=ACCESS_TOKEN 请求参数 { "order_key": { "order_number_type": 2, "transaction_id": "***" }, "logistics_type": 4, "delivery_mode": 1, "shipping_list": [{ "item_desc": "测试商品", "contact": { "receiver_contact": "156****4007" } }], "upload_time": "2024-11-14T16:50:34.269+08:00", "payer": { "openid": "***" } } 返回结果 {"errcode":268485226,"errmsg":"物流单号不能为空 rid: 6735b9e2-5fb83e1a-1d77f635","graphid":33596153,"hint":"w59tbu","time":"2024-11-14 16:50:42"} 为什么logistics_type=4(用户自提)还需要上传物流单号?
2024-11-14 - 银行信息接口部分银行无法查询
https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/business-capabilities/ministore/minishopopencomponent2/API/funds/bank/getbankbynum.html
2024-04-30