fix: 添加c语言出题基本信息
This commit is contained in:
@@ -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 }
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user