| @@ -73,7 +73,6 @@ public class WxGameController extends BaseController { | |||||
| Long orderIdL = Long.valueOf(paramMap.get("orderId")); | Long orderIdL = Long.valueOf(paramMap.get("orderId")); | ||||
| return wxGameService.addActionLog(getMemberId(), gameIdL, orderIdL,getTenantInfo()); | return wxGameService.addActionLog(getMemberId(), gameIdL, orderIdL,getTenantInfo()); | ||||
| } catch (Exception e){ | } catch (Exception e){ | ||||
| e.printStackTrace(); | |||||
| return new ResultData(ErrorCode.SYS_PARAMETER_ERROR); | return new ResultData(ErrorCode.SYS_PARAMETER_ERROR); | ||||
| } | } | ||||
| @@ -90,7 +89,6 @@ public class WxGameController extends BaseController { | |||||
| logger.info("游戏次数详情-----"+resultData.data.toString()); | logger.info("游戏次数详情-----"+resultData.data.toString()); | ||||
| return resultData; | return resultData; | ||||
| } catch (Exception e){ | } catch (Exception e){ | ||||
| e.printStackTrace(); | |||||
| return new ResultData(ErrorCode.SYS_PARAMETER_ERROR); | return new ResultData(ErrorCode.SYS_PARAMETER_ERROR); | ||||
| } | } | ||||
| @@ -130,6 +128,7 @@ public class WxGameController extends BaseController { | |||||
| return new ResultData(ErrorCode.getByCode(e.getErrorCode())); | return new ResultData(ErrorCode.getByCode(e.getErrorCode())); | ||||
| } catch (Exception e){ | } catch (Exception e){ | ||||
| e.printStackTrace(); | e.printStackTrace(); | ||||
| logger.info("freeGameGo-------"+e.getMessage()); | |||||
| return new ResultData(ErrorCode.SYS_PARAMETER_ERROR); | return new ResultData(ErrorCode.SYS_PARAMETER_ERROR); | ||||
| } | } | ||||
| @@ -175,6 +174,7 @@ public class WxGameController extends BaseController { | |||||
| return new ResultData(ErrorCode.getByCode(e.getErrorCode())); | return new ResultData(ErrorCode.getByCode(e.getErrorCode())); | ||||
| } catch (Exception e){ | } catch (Exception e){ | ||||
| e.printStackTrace(); | e.printStackTrace(); | ||||
| logger.info("freeCridetGameGo-------"+e.getMessage()); | |||||
| return new ResultData(ErrorCode.SYS_PARAMETER_ERROR); | return new ResultData(ErrorCode.SYS_PARAMETER_ERROR); | ||||
| } | } | ||||