|
@@ -3,9 +3,6 @@ package cn.com.qmth.examcloud.core.oe.admin.api;
|
|
|
import cn.com.qmth.examcloud.api.commons.CloudService;
|
|
|
import cn.com.qmth.examcloud.core.oe.admin.api.request.*;
|
|
|
import cn.com.qmth.examcloud.core.oe.admin.api.response.*;
|
|
|
-import io.swagger.annotations.ApiOperation;
|
|
|
-import org.springframework.web.bind.annotation.PostMapping;
|
|
|
-import org.springframework.web.bind.annotation.RequestBody;
|
|
|
|
|
|
/**
|
|
|
*
|
|
@@ -62,5 +59,5 @@ public interface ExamRecordCloudService extends CloudService{
|
|
|
* @param req
|
|
|
* @return
|
|
|
*/
|
|
|
- GetPagedToBeMarkExamRecordResp getPagedToBeMarkExamRecord(@RequestBody GetPagedToBeMarkExamRecordReq req);
|
|
|
+ GetPagedToBeMarkExamRecordResp getPagedToBeMarkExamRecord(GetPagedToBeMarkExamRecordReq req);
|
|
|
}
|