Merge branch 'uat-单点跳询价' into 'uat'

单点登录接口

See merge request eshop/biz_service_ebtp_extend!88
This commit is contained in:
张芹彬
2022-06-16 15:25:12 +08:00

View File

@ -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();
}