Ver a proveniência

child

release_toaliyun_real
xhxu há 5 anos
ascendente
cometimento
71730c8c1f
1 ficheiros alterados com 2 adições e 0 eliminações
  1. +2
    -0
      mallinkCApi/src/main/java/com/iformall/controller/WxGameController.java

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

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



Carregando…
Cancelar
Guardar