- 微信v3支付-WeChatPay\Exception\InvalidArgumentExcept ?
[图片]Uncaught WeChatPay\Exception\InvalidArgumentException: The `certs(2FCE0E4B3CE8F601C4990824135BD113449F781A)` contains the merchant's certificate serial number(2FCE0E4B3CE8F601C4990824135BD113449F781A) which is not allowed here. in /www/wwwroot/*****/src/ClientJsonTrait.php:
2021-07-30 - 获取当前的地理位置(wx.getLocation)接口申请一直不通过,怎么才能过啊?
如题如图,类目没问题,申请也分123具体写了,官网小程序截图录屏都提交了,就是不给过,到底什么问题啊,也没有客服可以咨询。现在根本没法发布小程序,急死人了。 AppID(小程序ID):wxcab124031478cea9 [图片]
2022-05-28 - 自定义交易组件 调用新的生成售后单APi一直返回参数错误,请问该如何解决?
在自定义交易组件的升级中,调用生成售后单接口https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/business-capabilities/ministore/minishopopencomponent2/API/aftersale/add_new.html返回 { "errcode": 2747002, "errmsg": " 参数错误" } 小程序app_id:wxed6fc8dcb75dc2bb 请求参数格式:{ "out_order_id":"xxxxxxx", "out_aftersale_id":"xxxxxxx", "openid":"xxxxxxx", "type":1, "product_info":{ "out_product_id":"xxxxxxxx", "out_sku_id":"xxxxxxxx", "product_cnt":2 }, "refund_reason":"666656", "refund_reason_type":1, "orderamt":2 } 请问该如何解决?
2022-03-29 - 自定义交易组件-申请售后,一直提示参数错误,求大佬指导?
https://api.weixin.qq.com/shop/ecaftersale/add?access_token=xxx 中午调试一切正常,接口也正常.组件接入正常,下午测试整个流程的时候,一直报错:{"errcode":2747002,"errmsg":" 参数错误 rid: 6242d6fa-73de7f15-5f053bdc"} 参数: { "order_id": "3302243264260867328", "out_order_id": "257760198054391828", "out_aftersale_id": "AS257760745537155094", "openid": "obNC-5SPI5sLzjksN5FZsMYmogMA", "type": "2", "product_info": { "out_product_id": "1501497658772729857", "out_sku_id": "1501497659175383042", "product_cnt": 1 }, "refund_reason": "其他", "refund_reason_type": 1, "orderamt": 1 } 官方API接口参数: { "order_id":32434234, // 发起售后的订单ID "out_order_id": "xxxxx", "out_aftersale_id": "xxxxxx", // 商家售后ID "openid": "oTVP50O53a7jgmawAmxKukNlq3XI", // 买家 "type": 1, // 1:退款,2:退款退货 "product_info": { "out_product_id": 234245, "out_sku_id":23424, "product_cnt": 5 }, "orderamt": 123, // 退款金额 "refund_reason": "xxx", // 退款原因 "refund_reason_type": 1 // 退款原因类型 "media_list": // 顾客举证图片 [ { "type": 1, // 1:图片,2:视频 "url": "xxx" } ] ... } 其中media_list 是选填参数.求大佬帮忙看一下
2022-03-29