Explorar el Código

/、mouldType

release_toaliyun_real
xhxu hace 4 años
padre
commit
369b479f8c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      mallinkCApi/src/main/java/com/iformall/controller/WxUserGrantController.java

+ 1
- 0
mallinkCApi/src/main/java/com/iformall/controller/WxUserGrantController.java Ver fichero

@@ -187,6 +187,7 @@ public class WxUserGrantController extends BaseController {
if(!wxAppinfo.getEnable().equals(EnumEnableType.Enable.getCode())){
return new ResultData(ErrorCode.APP_ID_NOT_ENABLE);
}
resultMap.put("mouldType",wxAppinfo.getMouldType());
EnumAppPlat appPlat = EnumAppPlat.getByCode(wxAppinfo.getPlat());
if(appPlat == null){
return new ResultData(ErrorCode.APP_PLAT_ERROR);


Cargando…
Cancelar
Guardar