Browse Source

cuser

release_toaliyun_real
xhxu 5 years ago
parent
commit
8041b4c485
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkCApi/src/main/java/com/iformall/controller/WxGameController.java

+ 2
- 2
mallinkCApi/src/main/java/com/iformall/controller/WxGameController.java View File

@@ -73,7 +73,6 @@ public class WxGameController extends BaseController {
Long orderIdL = Long.valueOf(paramMap.get("orderId"));
return wxGameService.addActionLog(getMemberId(), gameIdL, orderIdL,getTenantInfo());
} catch (Exception e){
e.printStackTrace();
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR);
}

@@ -90,7 +89,6 @@ public class WxGameController extends BaseController {
logger.info("游戏次数详情-----"+resultData.data.toString());
return resultData;
} catch (Exception e){
e.printStackTrace();
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR);
}

@@ -130,6 +128,7 @@ public class WxGameController extends BaseController {
return new ResultData(ErrorCode.getByCode(e.getErrorCode()));
} catch (Exception e){
e.printStackTrace();
logger.info("freeGameGo-------"+e.getMessage());
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR);
}

@@ -175,6 +174,7 @@ public class WxGameController extends BaseController {
return new ResultData(ErrorCode.getByCode(e.getErrorCode()));
} catch (Exception e){
e.printStackTrace();
logger.info("freeCridetGameGo-------"+e.getMessage());
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR);
}



Loading…
Cancel
Save