[fix]修改提现逻辑
This commit is contained in:
parent
99c1b97e42
commit
6129490adf
@ -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<>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user