Merge branch 'uat-单点跳询价' into 'uat'
单点登录接口 See merge request eshop/biz_service_ebtp_extend!88
This commit is contained in:
@ -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();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user