yfgcq

Results 8 issues of yfgcq

sometimes show nginx 400 Bad Request

**问题描述** http://cdn.amazeui.org/amazeui/2.7.0/js/amazeui.ie8polyfill.min.js 这个js组件找不到了,在哪里下载勒?

# 代码 ```java public void noModelWrite() { // 写法1 String fileName = TestFileUtil.getPath() + "noModelWrite" + System.currentTimeMillis() + ".xlsx"; // 这里 需要指定写用哪个class去写,然后写到第一个sheet,名字为模板 然后文件流会自动关闭 EasyExcel.write(fileName).head(head()).sheet("模板").doWrite(dataList()); } private List head() { List...

help wanted

` com.github.binarywang weixin-java-miniapp 4.3.0 ERROR com.xxx.handle.GlobalException 42 - me.chanjar.weixin.common.error.WxRuntimeException: java.net.UnknownHostException: api.weixin.qq.com: Temporary failure in name resolution at cn.binarywang.wx.miniapp.api.impl.BaseWxMaServiceImpl.getAccessToken(BaseWxMaServiceImpl.java:175) at cn.binarywang.wx.miniapp.api.impl.BaseWxMaServiceImpl.executeInternal(BaseWxMaServiceImpl.java:261) at cn.binarywang.wx.miniapp.api.impl.BaseWxMaServiceImpl.execute(BaseWxMaServiceImpl.java:224) at cn.binarywang.wx.miniapp.api.impl.BaseWxMaServiceImpl.post(BaseWxMaServiceImpl.java:198) at cn.binarywang.wx.miniapp.api.impl.WxMaUserServiceImpl.getNewPhoneNoInfo(WxMaUserServiceImpl.java:68) `

### 简要描述 最新版本支付公钥回调验证失败:非法请求,头部信息验证失败 `com.github.binarywang.wxpay.exception.WxPayException: 非法请求,头部信息验证失败 at com.github.binarywang.wxpay.service.impl.BaseWxPayServiceImpl.baseParseOrderNotifyV3Result(BaseWxPayServiceImpl.java:377) at com.github.binarywang.wxpay.service.impl.BaseWxPayServiceImpl.parseOrderNotifyV3Result(BaseWxPayServiceImpl.java:366) ` 前面都能够向微信发起订单了 this.wxPayService.createOrderV3(TradeTypeEnum.JSAPI, wxPayUnifiedOrderV3Request); 为啥这里还会验证错误勒? ### 模块版本情况 ` com.github.binarywang weixin-java-pay 4.7.5-20250603.122757 ` ### 返回的body String notifyData `{ "summary" : "支付成功", "event_type"...

### 微信平台证书如何配置勒? 如果是 微信平台证书模式,需要配置微信平台证书公钥吗? 看流程商户需要下载平台证书公钥,在配置文件里面没看到对应参数属性勒 ![Image](https://github.com/user-attachments/assets/c65d869e-3893-42b3-8ad7-7e4aa621b311) ![Image](https://github.com/user-attachments/assets/51c98d6f-664a-475a-8eb5-50275bf8db67)

### 获取沙箱环境签名key接口报错 "mch_id" is required. "sign" is required. "nonce_str" is required 明明是有值的 ` 3129345678 1749114345872 202524F6AF0E4AFA225F96CB34822492 ` ### 版本环境 ` com.github.binarywang weixin-java-pay 4.7.0 ` ### 大概原因 `httpPost.setEntity(createEntry(requestStr)); private static StringEntity...