Explorar el Código

child

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

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

@@ -125,6 +125,7 @@ public class WxGameController extends BaseController {
} catch (MallinkException e){
return new ResultData(ErrorCode.getByCode(e.getErrorCode()));
} catch (Exception e){
e.printStackTrace();
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR);
}

@@ -169,6 +170,7 @@ public class WxGameController extends BaseController {
} catch (MallinkException e){
return new ResultData(ErrorCode.getByCode(e.getErrorCode()));
} catch (Exception e){
e.printStackTrace();
return new ResultData(ErrorCode.SYS_PARAMETER_ERROR);
}



Cargando…
Cancelar
Guardar