Explorar el Código

cuser

release_toaliyun_real
xhxu hace 5 años
padre
commit
e4dac7db07
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      mallinkCApi/src/main/java/com/iformall/controller/WxGameController.java

+ 2
- 2
mallinkCApi/src/main/java/com/iformall/controller/WxGameController.java Ver fichero

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


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




Cargando…
Cancelar
Guardar