成长路径图,考试绑定

This commit is contained in:
yang
2024-07-01 11:14:04 +08:00
parent e2e0aeb9cb
commit de7d26f447
3 changed files with 4 additions and 4 deletions

View File

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