|
@@ -747,11 +747,11 @@ export function downloadRealPaper(paperId, period) {
|
|
}
|
|
}
|
|
|
|
|
|
// /front/questionCollection/getNextQuestionForImageGenerate
|
|
// /front/questionCollection/getNextQuestionForImageGenerate
|
|
-export function getNextQuestionForImageGenerate(questionId) {
|
|
|
|
|
|
+export function getNextQuestionForImageGenerate(params) {
|
|
return request({
|
|
return request({
|
|
url: '/front/questionCollection/getNextQuestionForImageGenerate',
|
|
url: '/front/questionCollection/getNextQuestionForImageGenerate',
|
|
method: 'get',
|
|
method: 'get',
|
|
- params: { questionId },
|
|
|
|
|
|
+ params,
|
|
withoutToken: true
|
|
withoutToken: true
|
|
})
|
|
})
|
|
}
|
|
}
|