|
|
|
@@ -127,7 +127,6 @@ public class WxGameController extends BaseController { |
|
|
|
} catch (MallinkException me){ |
|
|
|
return new ResultData(ErrorCode.getByCode(me.getErrorCode())); |
|
|
|
} catch (Exception e){ |
|
|
|
e.printStackTrace(); |
|
|
|
logger.error("freeGameGo------error-------",e); |
|
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR); |
|
|
|
} |
|
|
|
@@ -173,7 +172,6 @@ public class WxGameController extends BaseController { |
|
|
|
} catch (MallinkException me){ |
|
|
|
return new ResultData(ErrorCode.getByCode(me.getErrorCode())); |
|
|
|
} catch (Exception e){ |
|
|
|
e.printStackTrace(); |
|
|
|
logger.error("freeCridetGameGo------error-------",e); |
|
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR); |
|
|
|
} |
|
|
|
|