|
|
@@ -58,13 +58,13 @@ public class CompanyLoginService
|
|
|
@Autowired
|
|
|
private ICompanyUserService companyUserService;
|
|
|
|
|
|
- @Value("${wechat.company.appid}")
|
|
|
+ @Value("${wechat.company.appid:#{null}}")
|
|
|
private String appId;
|
|
|
- @Value("${wechat.company.secret}")
|
|
|
+ @Value("${wechat.company.secret:#{null}}")
|
|
|
private String secret;
|
|
|
- @Value("${wechat.company.redirectUri}")
|
|
|
+ @Value("${wechat.company.redirectUri:#{null}}")
|
|
|
private String redirectUri;
|
|
|
- @Value("${wechat.isNeedScan}")
|
|
|
+ @Value("${wechat.isNeedScan:false}")
|
|
|
private Boolean isNeedScan;
|
|
|
|
|
|
@Autowired
|