mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-16 22:36:50 +08:00
成长路径图,考试绑定
This commit is contained in:
@@ -247,7 +247,7 @@ public class ThirdApi {
|
||||
HttpRequest.get(url).header("token", token).execute().body()).orElseThrow(() -> new RuntimeException("token校验失败"));
|
||||
Gson gson = new Gson();
|
||||
CheckExamBandingBean checkExamBandingBean = gson.fromJson(resp, CheckExamBandingBean.class);
|
||||
return checkExamBandingBean.getData();
|
||||
return checkExamBandingBean.getData().toString();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user