Browse Source

退款接口

xlq 1 day ago
parent
commit
0df98afa32
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/java/com/qmrb/system/wxpayback/api/CommonController.java

+ 2 - 1
src/main/java/com/qmrb/system/wxpayback/api/CommonController.java

@@ -41,7 +41,8 @@ public class CommonController {
         }catch (ApiException e) {
             log.error(this.getClass().getSimpleName(), e);
             log.error(this.getClass().getSimpleName(),e.getLocalizedMessage());
-            return CommonResult.failed(e.getErrorCode());
+            // return CommonResult.failed(e.getErrorCode());
+            return CommonResult.failed("退款失败");
         } catch (Exception e){
             log.error(this.getClass().getSimpleName(), e);
             log.error(this.getClass().getSimpleName(),e.getLocalizedMessage());