[图片] number
在接入 --> A.想实现“评价能力升级“,暂不接入“新版一次性订阅消息“激活,遇到以下问题,是?【请求地址】: https://api.weixin.qq.com/wxa/set_user_notify?access_token=xxxxxxxxx 【请求参数】: { "openid": "xxxxxxxxx", "notify_type": "2001", "notify_code": "4200002218202404302774321043", "content_json": { "cur_status": "7", "product_count": "1", "wxa_path_query": "path/index/index", "product_list": { "info_list": [ { "product_img": "https://xxx.1714214576927.jpg", "product_name": "0.98元11选3,限量50份", "product_path_query": "path/index/index", "count": "1", "single_price": "98" } ] } }, "check_json": { "pay_amount": "98", "pay_time": "1714459074" } } 【错误信息】:错误代码:47001, 错误信息:post 数据中参数缺失,微信原始报文:{"errcode":47001,"errmsg":"data format error rid: 6639dfc0-557893a9-015b9b09"}
2024-07-09区别:有分享员信息 第一个接口是应用于视频号的,获取该订单是从哪个分享员那获取的商品信息 第二个接口,用户个人订单信息
两个订单详情接口,两者有什么区别?下面2个都是订单的详情接口,返回的字段是不一样的,这两个接口分别是服务于哪些场景? https://developers.weixin.qq.com/doc/channels/API/order/get.html https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/business-capabilities/ministore/minishopopencomponent/API/order/get_order_detail.html
2024-03-29可以看下body中的传参share_type: 0
视频号小店订单详情接口没有返回sharer_info字段,分享员分享出去的商品下单没有分享员信息分享员是通过邀请分享员接口绑定的普通分享员,sharer_info字段没返回,SkuSharerInfo返回空https://developers.weixin.qq.com/doc/channels/API/order/get.html
2024-03-29