xhxu 5 лет назад
Родитель
Сommit
8041b4c485
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      mallinkCApi/src/main/java/com/iformall/controller/WxGameController.java

+ 2
- 2
mallinkCApi/src/main/java/com/iformall/controller/WxGameController.java Просмотреть файл

@@ -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);
} }




Загрузка…
Отмена
Сохранить