|
|
|
@ -232,7 +232,7 @@ public class TeacherOpenCourseChatLogController{
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
@PostMapping(MODEL + "/setScore.json")
|
|
|
|
|
@Function("teacherOpenCourseChatLog.add")
|
|
|
|
|
@Function("teacherOpenCourseChatLog.edit")
|
|
|
|
|
public JsonResult setScore(
|
|
|
|
|
@NotNull(message = "互动ID不能为空!")
|
|
|
|
|
Long teacherOpenCourseChatLogId,
|
|
|
|
|