提供下可复现操作方式
小程序加入交易组件,在视频号的商店中。安卓手机可以打开访问商品,ios打开空白,没有任何提示?小程序加入交易组件,在视频号的商店中。安卓手机可以打开访问商品,ios打开空白,没有任何提示
2022-04-25现在需要通过支付侧的新接口来用了
小程序如何开通电子发票?小程序里面,用户可以在线申请电子发票吗?如何调用API?
2022-04-25订单状态20的时候,调用售后type应该传1
生成售后单 errcode:2747014,售后金售后金额不合法,大于最大可退款金额?调用新版微信交易组件后,售后退款一直返回:售后金额不合法,大于最大可退款金额 我通过订单详情接口得到这个订单的状态是:20 {"state":"success","msg":"小程序获取订单详情成功","code":null,"data":{"order":{"order_id":"3302784357715017984","out_order_id":"660352136","status":20,"path":"user/order/orderdetail?orderId=660352136","scene":1195,"address_info":{"receiver_name":"测试","detailed_address":"广东省广州市天河区羊城创意产业园","tel_number":"13533877021","country":"","province":"","city":"","town":""},"create_time":"2022-04-22 15:12:38","update_time":"2022-04-22 15:13:48","out_user_id":"","order_detail":{"promotion_info":{"promoter_id":"WXT5FE547oippwuJAXFo3SCPxLdgMuDrQSq7WDnNyco","finder_nickname":"帅帅哒鬼"},"sharer_info":null,"product_infos":[{"out_product_id":"30946426","out_sku_id":"","product_cnt":1,"sale_price":2800,"path":"/product/detail/index?infoId=30946426","title":"SMART·全自动智能感应垃圾桶【限时抢购48元/个】开启智能家居生活时代","head_image":null,"real_price":null}],"pay_info":{"pay_method":null,"prepay_id":"wx221512397466089f611226c4c292dc0000","prepay_time":"2022-04-22 15:12:39","transaction_id":"4200001362202204227069645236","pay_time":"2022-04-22 15:12:48","pay_method_type":0},"price_info":{"order_price":2800,"freight":0,"discounted_price":0,"additional_price":0,"additional_remarks":""},"delivery_detail":null}}},"success":true} 然后调用新版售后接口:通知微信交易组件售后请求:{"out_order_id":"660352136","out_aftersale_id":"660352136761326","openid":"ogKxA4y17VtqNGySV2Yvg38YOQ78","type":2,"refund_reason":"客人申请退款,分销商确认收货","refund_reason_type":2,"orderamt":2800,"product_info":{"out_product_id":"30946426","out_sku_id":"30946426","product_cnt":1}} 通知微信交易组件退款售后响应:{"state":"error","msg":"小程序创建售后失败: 售后金额不合法,大于最大可退款金额","code":"2747014","success":false} 试了其他新下的单也都是这个错误。可以帮查查嘛?
2022-04-25调用的什么接口?账户类型是什么?只会发牢骚能解决问题?
此公众号并没有这些scope的权限,错误码:10005,如何解决?致电400 670 0700 微信客服,根本不解决问题?提供公众号服务,只收钱没有相应服务支持。
2022-04-25接入过程你可以看看https://developers.weixin.qq.com/community/develop/article/doc/0004e049970bd07473cdb0e575b013
这个API的请求参数out_order_id我在哪里能获取到那?http请求方式:POST https://api.weixin.qq.com/shop/order/get?access_token=xxxxxxxxx 请求 { "order_id": 123455, "out_order_id": "xxxxx", "openid": "oTVP50O53a7jgmawAmxKukNlq3XI" }
2022-04-25这是个图片
好奇他是怎么回复的?[图片]
2022-04-25订单超时时间一般不建议超过7天
自定义交易组件,生成订单接口提示 订单过期时间非法?调用接口:自定义交易组件/生成订单接口 传入的时间有: "expire_time": 1652998901 "create_time": "2022-04-25 14:21:41" 返回结果: { "errcode": 1010039, "errmsg": "订单过期时间非法 rid: 62664322-098a050f-56fb2063" } 根据 rid 查询信息如下所示: { "errcode": 0, "errmsg": "ok", "request": { "invoke_time": 1650868872, "cost_in_ms": 111, "request_url": "access_token=xxxxxXXX", "request_body": "{\r\n \"create_time\": \"2022-04-25 14:21:41\",\r\n \"out_order_id\": \"xx3912\",\r\n \"openid\": \"oxxxxx53xEo\",\r\n \"scene\": 1175,\r\n \"path\": \"/pages/order.html?out_order_id=xxxxx\",\r\n \"out_user_id\": \"3xxxx23\",\r\n \"order_detail\": {\r\n \"product_infos\": [\r\n {\r\n \"out_product_id\": \"xxxx\",\r\n \"out_sku_id\": \"2xxxx6\",\r\n \"product_cnt\": 10,\r\n \"sale_price\": 100,\r\n \"sku_real_price\": 1000,\r\n \"path\": \"pages/productDetail/productDetail?productId=2xxx180\",\r\n \"title\": \"洗洁精\",\r\n \"head_img\": \"https://xxxx/1730bb743xxxx197d8250bcd.png\"\r\n }\r\n ],\r\n \"pay_info\": {\r\n \"pay_method_type\": \"0\"\r\n },\r\n \"price_info\": {\r\n \"order_price\": 1600,\r\n \"freight\": 500,\r\n \"discounted_price\": 100,\r\n \"additional_price\": 200,\r\n \"additional_re", "response_body": "{\"errcode\":1010039,\"errmsg\":\"订单过期时间非法 rid: 62664288-72be970d-24f62fb8\"}", "client_ip": "xxx.xx.xx.xx" } } 并没有定位到具体原因是什么。。。。
2022-04-25B to B付款?
微信能否可以使用银行对公账户完成线上支付?目前仅支持个人微信扫描付款码进行支付,是否可以使用对公账户完成支付
2022-04-25不支持自己配置
微信视频号订单 退款申请的页面链接地址怎么修改?[图片]这个申请退款的链接地址在哪设置
2022-04-25不会
微信商户向微信用户个人付款接口微信商户向微信用户个人付款接口如果用同一个商户号和同一个单号重复请求会重复扣款么?
2022-04-25