学员端添加课程摘要信息

This commit is contained in:
huangrun
2025-11-20 14:43:11 +08:00
parent fd473445de
commit ae11017d67

View File

@@ -428,7 +428,7 @@ public class CourseFullTextApi extends ApiBaseController{
JSONObject jsonObject = new JSONObject(); JSONObject jsonObject = new JSONObject();
JSONArray courseIds = new JSONArray(); JSONArray courseIds = new JSONArray();
courseIds.add("COURSE_001"); courseIds.add(courseId);
jsonObject.put("courseIds", courseIds); jsonObject.put("courseIds", courseIds);
String result = HttpUtils.sendMessage(jsonObject.toJSONString(), url); String result = HttpUtils.sendMessage(jsonObject.toJSONString(), url);