|
|
@@ -125,6 +125,7 @@ public class WxGameController extends BaseController { |
|
|
} catch (MallinkException e){ |
|
|
} catch (MallinkException e){ |
|
|
return new ResultData(ErrorCode.getByCode(e.getErrorCode())); |
|
|
return new ResultData(ErrorCode.getByCode(e.getErrorCode())); |
|
|
} catch (Exception e){ |
|
|
} catch (Exception e){ |
|
|
|
|
|
e.printStackTrace(); |
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR); |
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@@ -169,6 +170,7 @@ public class WxGameController extends BaseController { |
|
|
} catch (MallinkException e){ |
|
|
} catch (MallinkException e){ |
|
|
return new ResultData(ErrorCode.getByCode(e.getErrorCode())); |
|
|
return new ResultData(ErrorCode.getByCode(e.getErrorCode())); |
|
|
} catch (Exception e){ |
|
|
} catch (Exception e){ |
|
|
|
|
|
e.printStackTrace(); |
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR); |
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|