Browse Source

/、mouldType

release_toaliyun_real
xhxu 4 years ago
parent
commit
369b479f8c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      mallinkCApi/src/main/java/com/iformall/controller/WxUserGrantController.java

+ 1
- 0
mallinkCApi/src/main/java/com/iformall/controller/WxUserGrantController.java View File

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


Loading…
Cancel
Save