【新增】试题审核人审核时间,学校列表
This commit is contained in:
@@ -59,9 +59,15 @@ export function editQuestion(data: any) {
|
||||
export const getQuestionExamineList = (params: QuestionQueryVO) => {
|
||||
return request.get({ url: '/exam/question/auditList', params })
|
||||
}
|
||||
|
||||
export const getSchoolName = (params) => {
|
||||
return request.get({ url: '/exam/question/getSchoolName',params })
|
||||
}
|
||||
|
||||
export const getSchoolNameNopage = () => {
|
||||
return request.get({ url: '/exam/question/getSchoolNameNopage' })
|
||||
}
|
||||
|
||||
export const receiveAll = () => {
|
||||
return request.get({ url: '/rabbitmq/receiveAll' })
|
||||
}
|
||||
@@ -80,7 +86,6 @@ export const doPush = (data) => {
|
||||
}
|
||||
|
||||
|
||||
|
||||
export const connectSchoolAll = (ids: string[]) => {
|
||||
return request.post({
|
||||
url: '/rabbitmq/connectSchoolAll',
|
||||
|
Reference in New Issue
Block a user