Przeglądaj źródła

cuser

release_toaliyun_real
xhxu 5 lat temu
rodzic
commit
8041b4c485
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      mallinkCApi/src/main/java/com/iformall/controller/WxGameController.java

+ 2
- 2
mallinkCApi/src/main/java/com/iformall/controller/WxGameController.java Wyświetl plik

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



Ładowanie…
Anuluj
Zapisz