Commit a39f403d authored by tangwei's avatar tangwei

修改扫描问题

parent 9d7fc14c
package com.yeejoin.amos.boot.module.common.api.feign;
import com.github.pagehelper.PageInfo;
import com.yeejoin.amos.boot.biz.common.feign.MultipartSupportConfig;
import com.yeejoin.amos.boot.module.common.api.dto.CreatExamDto;
import feign.codec.Encoder;
......@@ -49,6 +50,6 @@ public interface AmosTrainingFeignClient {
* @return
*/
@GetMapping("/v1/examination/onlineExamPage?pageSize=10&pageNum=1&flag=online&examinationName=")
ResponseModel<Object> getExamStatisticsList();
ResponseModel<PageInfo> getExamStatisticsList();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment