You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
Plaintext
2 years ago
|
### 新增作业
|
||
|
POST {{baseURL}}/jlw/teacherOpenCourseQuestion/addByType.json
|
||
|
Content-Type: application/json
|
||
|
Cookie: JSESSIONID={{session}}
|
||
|
|
||
|
{
|
||
|
"teacherOpenCourseId": 59,
|
||
|
"teacherOpenCourseQuestionName": "fake_data",
|
||
|
"teacherOpenCourseQuestionClasses": "2",
|
||
|
"teacherOpenCourseQuestionStartTime": "2018-12-08 12:40:39",
|
||
|
"teacherOpenCourseQuestionEndTime": "2031-08-02 15:28:09",
|
||
|
"teacherOpenCourseQuestionType": "QUESTION",
|
||
|
"teacherOpenCourseQuestionUploadFile": "fake_data",
|
||
|
"teacherOpenCourseQuestionPushStatus": 1,
|
||
|
"teacherOpenCourseQuestionStatus": 1,
|
||
|
"teacherOpenCourseQuestionAddTime": "2023-12-06 19:10:09",
|
||
|
"teacherOpenCourseQuestionSettingQuery": {
|
||
|
"teacherOpenCourseQuestionSettingDoCount": 10,
|
||
|
"teacherOpenCourseQuestionSettingQuestionNoOrder": 1,
|
||
|
"teacherOpenCourseQuestionSettingOptionNoOrder": 1,
|
||
|
"teacherOpenCourseQuestionSettingEndShowQa": 1,
|
||
|
"teacherOpenCourseQuestionSettingEndShowTrueFalse": 1,
|
||
|
"teacherOpenCourseQuestionSettingAddTime": "2022-05-25 03:23:43"
|
||
|
}
|
||
|
}
|