Commit c4d8de4b by 胡懿

修复地址问题

parent 7465e7da
......@@ -53,7 +53,7 @@ public class CallbackUrlUtils {
// 3. 解析 url 属性
if (line.startsWith("securityServerUrl=")) {
String value = line.substring(4).trim();
String value = line.substring(18).trim();
// 去除值两侧的引号(支持单/双引号)
if (value.length() >= 2 &&
( (value.startsWith("\"") && value.endsWith("\"")) ||
......
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 to comment