|
|
|
@@ -124,8 +124,8 @@ public class WxGameController extends BaseController { |
|
|
|
} |
|
|
|
ResultData resultData = wxGameService.luckDraw(gameIdL, getMemberId(),0); |
|
|
|
return resultData; |
|
|
|
} catch (MallinkException e){ |
|
|
|
return new ResultData(ErrorCode.getByCode(e.getErrorCode())); |
|
|
|
} catch (MallinkException me){ |
|
|
|
return new ResultData(ErrorCode.getByCode(me.getErrorCode())); |
|
|
|
} catch (Exception e){ |
|
|
|
e.printStackTrace(); |
|
|
|
logger.info("freeGameGo----error-------"+e.getMessage()+e.toString()); |
|
|
|
@@ -170,8 +170,8 @@ public class WxGameController extends BaseController { |
|
|
|
} |
|
|
|
ResultData resultData = wxGameService.cridetLuckDraw(gameIdL, getMemberId()); |
|
|
|
return resultData; |
|
|
|
} catch (MallinkException e){ |
|
|
|
return new ResultData(ErrorCode.getByCode(e.getErrorCode())); |
|
|
|
} catch (MallinkException me){ |
|
|
|
return new ResultData(ErrorCode.getByCode(me.getErrorCode())); |
|
|
|
} catch (Exception e){ |
|
|
|
e.printStackTrace(); |
|
|
|
logger.info("freeCridetGameGo------error-------"+e.getMessage()+e.toString()); |
|
|
|
|