publish 1.0.16

This commit is contained in:
曾文豪
2023-12-06 16:43:31 +08:00
parent 4373ec7c0e
commit 6dd4e19e39
13 changed files with 24 additions and 23 deletions

View File

@@ -113,6 +113,7 @@ public class LoginController {
map.put("corpId", platformDingConfig.getConfigBean(service).getCorpId());
map.put("service", service);
map.put("extra", extra);
map.put("context", globalConfig.getContextPath());
String query = URLUtil.buildQuery(map, Charset.defaultCharset());
String configUrl = globalConfig.buildPath("/ding/index.html?" + query);
try {