单点登录接口

This commit is contained in:
zhangqinbin
2022-06-16 14:52:54 +08:00
parent 5551af646f
commit dad379c1bc

View File

@ -80,7 +80,7 @@ public class SinglePointServiceImpl implements SinglePointService {
builder.append("1=1"); builder.append("1=1");
} }
try { try {
return codeUrl+"?"+ sm2Encryptor.encryptString(builder.toString(),publicKey); return codeUrl+"/"+ sm2Encryptor.encryptString(builder.toString(),publicKey);
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
} }