- 自定义交易组件生成售后单图片url需要做啥处理?
接口文档:https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/business-capabilities/ministore/minishopopencomponent2/API/aftersale/add_new.html 数据:{"media_list":[{"type":1,"url":"https%3A%2F%2Fwxcdn.3usoft.com%2F5%2F1648693607027.jpg"}],"openid":"op3zX5S131OZbp3fPYwoy5Epue0U","orderamt":1,"out_aftersale_id":"202203319576111016388","out_order_id":"202203301600274295746339","product_info":{"out_product_id":"52816","out_sku_id":"20180813035","product_cnt":1},"refund_reason":"协商一致退款","refund_reason_type":12,"type":1} 返回的结果:2747003, 图片url转换失败 图片地址我做了链接地址编码,还需要做啥特殊处理?
2022-03-31 - 自定义交易组件生成售后单只能单商品嘛?
文档地址:https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/business-capabilities/ministore/minishopopencomponent2/API/aftersale/add_new.html 生成售后单,我看 product_info 只能是对象,不应该是对象列表嘛?那我一个订单如果是多商品的怎么生成售后单?
2022-03-31 - 公众号消息群发结果事件回调数据展示有问题?
公众号-基础消息能力-群发接口和原始校验 群发任务提交成功后推送了事件,如下报文,提交数是3,成功数为0,拦截和发送失败也为0,也没个发送失败的缘由,这个能查下是什么问题导致的用户未收到? <xml><ToUserName><![CDATA[gh_88a44dae16e5]]></ToUserName> <FromUserName><![CDATA[o7c9KwvHiiJuNTd_LuksZp8MXP2s]]></FromUserName> <CreateTime>1637113747</CreateTime> <MsgType><![CDATA[event]]></MsgType> <Event><![CDATA[MASSSENDJOBFINISH]]></Event> <MsgID>3147483658</MsgID> <Status><![CDATA[send success]]></Status> <TotalCount>3</TotalCount> <FilterCount>0</FilterCount> <SentCount>0</SentCount> <ErrorCount>0</ErrorCount> <CopyrightCheckResult><Count>0</Count> <ResultList></ResultList> <CheckState>1</CheckState> </CopyrightCheckResult> <ArticleUrlResult><Count>1</Count> <ResultList><item><ArticleIdx>1</ArticleIdx> <ArticleUrl><![CDATA[http://mp.weixin.qq.com/s/e5pcjQhILMa3IdDuT_HiDA]]></ArticleUrl> </item> </ResultList> </ArticleUrlResult> </xml>
2021-11-17 - 自定义交易组件商品下架报1000011-商品id不存在?
自定义交易组件下架商品报错 1000011-商品id不存在 rid: 61837a71-5ac7cf10-415d3ebb 看着是有传的 product_id: 411688358out_product_id: 52468这些数据是从获取商品列表(https://api.weixin.qq.com/shop/spu/get_list)那边拿的。
2021-11-04 - 自定义交易组件,同步发货状态报错1010029?
自定义交易组件,订单发货后同步物流信息到微信那边,调用接口后报错:1010029,请到https://mmbizurl.cn/s/WSt1v0yIe查找 rid: 617bb389-16375e2c-6a2e6c4c ,文档也没找到这个错误信息。 消息实体: "[{\"delivery_id\":\"YZPY\",\"waybill_id\":\"9884853721130\"}]"
2021-11-01 - 自定义交易组件推广员列表报48001,api功能未授权?
自定义交易组件获取推广员列表报48001,api功能未授权,小程序是已经接入自定义版交易组件了,appid: wxf505422de5e0133d; {"errcode":48001,"errmsg":"api unauthorized rid: 6152d6a6-6b63c986-3f8c7a39"}
2021-09-28 - 小程序自定义交易组件,现在无法获取推广员订单?
https://developers.weixin.qq.com/miniprogram/dev/framework/ministore/minishopopencomponent2/API/order/get_order.html[图片] 调用获取推广员订单接口报错:小程序appid:wxf505422de5e0133d 接口地址:http请求方式:POST https://api.weixin.qq.com/shop/order/get?access_token=xxxxxxxxx 调用参数: { "start_pay_time": "2021-08-01 00:00:00", "end_pay_time": "2021-08-31 23:59:59", "finder_username":"酷酷", "page": 1, "page_size": 10 } 返回值: { "errcode": 990010, "errmsg": "系统繁忙,请稍后再试 rid: 612eef8c-5c0d5f7b-34c2f125" }
2021-09-01 - 微信第三方平台被动回复消息事件未发送用户消息?
公众号授权给我们第三方平台; 用户关注后有被动回复消息的事件,未发送用户消息; 打日志有有返回xml 消息的; <xml> <Encrypt><![CDATA[xFRubx6y0CBcuMA8rjX6T8McZI3wt4PGsKFXPSoit/6J8BJBKj49pFybdRE80WMGedQZvPXTZreZl6Ii+MROmA==]]></Encrypt> <MsgSignature><![CDATA[802051a7c89831849ef8b461be7a2a790acb9c16]]></MsgSignature> <TimeStamp>1591857668</TimeStamp> <Nonce><![CDATA[1399840381]]></Nonce> </xml>
2020-06-11 - 查询服务商的当月提审限额(quota)和加急次数怎么一直是系统繁忙?
查询服务商的当月提审限额一直返回errCode:-1,试过很多次了,其中也包括隔一段时间尝试!都不行
2020-01-02