WxJava
WxJava copied to clipboard
微信开发 Java SDK ,支持包括微信支付,开放平台,小程序,企业微信,视频号,公众号等的后端开发
是否支持平台管理证书和私钥方式初始化微信支付client?
如果一个项目想要接多个第三方平台,wx-open-starter好像不支持
会话存档功能求助
会话存档功能,我加载SDK文件为啥老是不行 mac M4 使用的是linux arm的sdk
### 简要描述 me.chanjar.weixin.cp.api.impl.WxCpMsgAuditServiceImpl#getChatDatas 每次调用都会调用long sdk = Finance.NewSdk();以及Finance.Init()方法。实际只需要调用一次,7200s过期。过多调用会导致接口超限问题。 详见企微文档:https://developer.work.weixin.qq.com/document/path/91552 ### 模块版本情况 * WxJava 模块名: wx-java-cp * WxJava 版本号: 4.7.8.B
### 简要描述 在调用商家转账时报错抛不出来 把微信的错误进行转换时报错 ### 模块版本情况 * WxJava 模块名: weixin-java-pay * WxJava 版本号: 测试了两个版本: 4.7.8.B 和 4.7.8-20251102.163029 具体信息: 调用的接口是:getTransferService().transferBills(transferBillsRequest); 返回的异常信息是: {"code":"ALREADY_EXISTS","message":"当前订单已关闭,可查询订单了解关闭原因"} 在调用JsonObject jsonObject = GsonParser.parse(responseString);转换时会报以下错误: java.lang.NoSuchMethodError: com.google.gson.JsonParser.parseString(Ljava/lang/String;)Lcom/google/gson/JsonElement; at me.chanjar.weixin.common.util.json.GsonParser.parse(GsonParser.java:15) at...
## Problem Users reported that Tips controls in WeChat Work approval flows could not render URLs as clickable links ("Tips控件无法将url渲染为可点击的链接"). While the underlying `ContentValue.NewTips` structure supported the necessary JSON format...
Implements JSON format support for WeChat Mini Program outbound messages by adding the `WxMaJsonOutMessage` class. ## Problem Currently, the WeChat Mini Program SDK only supports XML format for message push...
4.7.6.B 微信v3支付公钥转账出现应答的微信支付签名验证失败,实际商户运营账户已经锁定了资金
## Issue When using WeChat Pay V3 public key mode for transfer APIs (商户转账 - merchant transfer to user's balance), signature verification would fail with error "应答的微信支付签名验证失败" (WeChat Pay response...
未看到该库和腾讯有对应的方法处理process参数 1、请问能否处理?该怎么处理?审批人要根据业务系统业务数据的逻辑动态给定 2、是否发布新版跟进腾讯官方?何时跟进