You've already forked FrameTour-BE
判断金额问题
This commit is contained in:
@ -44,7 +44,6 @@ public class AppWxPayController {
|
||||
@ApiOperation(value = "微信支付回调", notes = "微信支付回调")
|
||||
@PostMapping("/payNotify")
|
||||
@IgnoreToken
|
||||
@RequestToFile
|
||||
public ApiResponse<?> payNotify(HttpServletRequest request) {
|
||||
wxPayService.payNotify(request);
|
||||
return ApiResponse.success(BizCodeEnum.REQUEST_OK);
|
||||
@ -61,7 +60,6 @@ public class AppWxPayController {
|
||||
@ApiOperation(value = "微信支付退款回调", notes = "微信支付退款回调")
|
||||
@PostMapping("/refundNotify")
|
||||
@IgnoreToken
|
||||
@RequestToFile
|
||||
public ApiResponse<?> refundNotify(@RequestBody String refundResult) throws GeneralSecurityException, IOException {
|
||||
return ApiResponse.buildResult(wxPayService.refundNotify(refundResult) ?
|
||||
BizCodeEnum.SUCCESS :
|
||||
|
Reference in New Issue
Block a user