[fix]修改提现逻辑

This commit is contained in:
wangqx 2025-09-25 20:37:52 +08:00
parent 99c1b97e42
commit 6129490adf

View File

@ -93,7 +93,7 @@ public class WxPayController {
* @return
*/
@Operation(summary = "微信商户零线转账 - 回调通知")
@PostMapping("/callback")
@RequestMapping(value = "/callback", method = {RequestMethod.GET, RequestMethod.POST})
@Log(title = "微信商户零线转账 - 回调通知", businessType = BusinessType.INSERT)
public ResponseEntity<Map<String, String>> wxPayCallback(@Context HttpServletRequest request) {
Map<String,String> errMap = new HashMap<>();