Commit 1c5f70bc by 罗志长

fix: 默认secret

parent ff112b8f
......@@ -265,7 +265,7 @@ public class PlatTenantServiceImpl extends ServiceImpl<PlatTenantMapper, PlatTen
tntTenant.setAppid(wxConfig.getAppId());
}
if (StringUtils.isEmpty(tntTenant.getSecret())) {
tntTenant.setSecret(wxConfig.getMpSecret());
tntTenant.setSecret(wxConfig.getAppSecret());
}
//新租户同步到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