wyl086
wyl086
  
允许设置下载镜像源地址 Allow setting download mirror address
如图所示,除非手动声明 `payTypes` 在 `data` 属性里,否则会报 `this.data` 上不存在 `paylypes` 。 
### 错误描述 ```java // 返回类型为 ResponseEntity.BodyBuilder 不正确 // return ResponseEntity.status(HttpStatus.OK); // 应改为返回类型 ResponseEntity return ResponseEntity.status(HttpStatus.OK).build(); ``` ### 重现bug的步骤 微信支付通知接口使用README的回调通知代码即可复现 [回调通知链接引用](https://github.com/wechatpay-apiv3/wechatpay-java?tab=readme-ov-file#%E5%9B%9E%E8%B0%83%E9%80%9A%E7%9F%A5) ### 预期行为 不报错 No acceptable representation ### 导致错误的代码片段 ```Java //...