浏览代码

退款接口

xlq 2 天之前
父节点
当前提交
0df98afa32
共有 1 个文件被更改,包括 2 次插入1 次删除
  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());