|
|
|
@@ -219,6 +219,9 @@ public class WxInfoController extends BaseController { |
|
|
|
} |
|
|
|
|
|
|
|
WxAppinfo wxAppinfo = getAppInfo(appId); |
|
|
|
if (wxAppinfo == null) { |
|
|
|
return new ResultData(Result.ERROR, "APP无权限"); |
|
|
|
} |
|
|
|
TenantEntity tenantEntity = new TenantEntity() {{ |
|
|
|
setTenantId(wxAppinfo.getTenantId()); |
|
|
|
}}; |
|
|
|
|