xlq 3 روز پیش
والد
کامیت
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());