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