fix: 添加c语言出题基本信息

This commit is contained in:
陆光LG
2025-08-11 09:36:43 +08:00
parent 532bcf1b0b
commit 0dd512d036
6 changed files with 424 additions and 60 deletions

View File

@@ -170,4 +170,10 @@ export const setPsPoint = (data) => {
export const getPsPointByQuId = (id) => {
return request.get({ url: `/exam/getPoints/getPsPointById/${id}` })
}
}
export const previewQuestion = (data) => {
return request.upload(
{ url: `/exam/question/previewQuestion`, data }
)
}