Commit 2fb7f3d3 by 罗志长

fix: 默认secret

parent 22952079
...@@ -265,7 +265,7 @@ public class PlatTenantServiceImpl extends ServiceImpl<PlatTenantMapper, PlatTen ...@@ -265,7 +265,7 @@ public class PlatTenantServiceImpl extends ServiceImpl<PlatTenantMapper, PlatTen
tntTenant.setAppid(wxConfig.getAppId()); tntTenant.setAppid(wxConfig.getAppId());
} }
if (StringUtils.isEmpty(tntTenant.getSecret())) { if (StringUtils.isEmpty(tntTenant.getSecret())) {
tntTenant.setSecret(wxConfig.getMpSecret()); tntTenant.setSecret(wxConfig.getAppSecret());
} }
//新租户同步到iot //新租户同步到iot
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment