diff --git a/mallinkCApi/src/main/java/com/iformall/controller/WxGameController.java b/mallinkCApi/src/main/java/com/iformall/controller/WxGameController.java index f5322b458..1243fb60f 100644 --- a/mallinkCApi/src/main/java/com/iformall/controller/WxGameController.java +++ b/mallinkCApi/src/main/java/com/iformall/controller/WxGameController.java @@ -125,6 +125,7 @@ public class WxGameController extends BaseController { } catch (MallinkException e){ return new ResultData(ErrorCode.getByCode(e.getErrorCode())); } catch (Exception e){ + e.printStackTrace(); return new ResultData(ErrorCode.SYS_PARAMETER_ERROR); } @@ -169,6 +170,7 @@ public class WxGameController extends BaseController { } catch (MallinkException e){ return new ResultData(ErrorCode.getByCode(e.getErrorCode())); } catch (Exception e){ + e.printStackTrace(); return new ResultData(ErrorCode.SYS_PARAMETER_ERROR); }