Merge branch 'dev0525' of http://10.251.129.121/boeu/java-servers into dev0525

This commit is contained in:
zhaolongfei
2024-05-28 15:10:51 +08:00

View File

@@ -61,7 +61,7 @@ public class ThirdApi {
private String getStudyStatus;
//获取例外人员的id
public List<String> getUserId(){
String responseBody = Optional.ofNullable(HttpRequest.get(infarasApiUrl+"?pid=316&type=1").execute() //prod 316
String responseBody = Optional.ofNullable(HttpRequest.get(infarasApiUrl+"?pid=136&type=1").execute() //prod 316
.body()).orElseThrow(() -> new RuntimeException("token校验失败"));
log.info("正在获取例外人员工号 responseBody = " + responseBody);
try {