单点登录接口
This commit is contained in:
@ -80,7 +80,7 @@ public class SinglePointServiceImpl implements SinglePointService {
|
||||
builder.append("1=1");
|
||||
}
|
||||
try {
|
||||
return codeUrl+"?"+ sm2Encryptor.encryptString(builder.toString(),publicKey);
|
||||
return codeUrl+"/"+ sm2Encryptor.encryptString(builder.toString(),publicKey);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
Reference in New Issue
Block a user