|
@@ -471,7 +471,7 @@ public class WeComController {
|
|
|
Map<String, String> confMap = confs.stream().collect(Collectors.toMap(VisualSubscribeNotifyConf::getAttriKey, VisualSubscribeNotifyConf::getAttriValue));
|
|
|
log.info("confMap={}",confMap);
|
|
|
//域名
|
|
|
- String corpDomain = confMap.getOrDefault("corp_domain","https://windata.platomix.net/");
|
|
|
+ String corpDomain = confMap.get("corp_domain");
|
|
|
String corpId = confMap.get("corp_id");
|
|
|
String appSecret = confMap.get("app_secret");
|
|
|
String accessToken = "";
|