b端登录调整

This commit is contained in:
zhangchenbiao
2023-05-30 15:16:53 +08:00
parent eb7c3a8ead
commit 9c255b6d84
10 changed files with 15 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ public class ISVHttpRequest {
public UserIdInfoDTO getUserIdByCode(String paramStr){
String url = isvDomain + "/isv/user/getUserIdByCode" + paramStr;
String url = isvDomain + "/isv/user/getUserIdByCode?" + paramStr;
ResponseEntity<ResultDTO> responseEntity = null;
try {
responseEntity = RestTemplateUtil.loadGet(url, ResultDTO.class);