【新增】ps出题页面
This commit is contained in:
@@ -158,3 +158,16 @@ export const saveSelectedKaodian = (data) => {
|
||||
export const getFilePoint = (data) => {
|
||||
return request.post({ url: `/exam/getPoints/get_filePoint`,data })
|
||||
}
|
||||
|
||||
export const getPsPoint = (data) => {
|
||||
return request.post({ url: `/exam/getPoints/get_ps_point`,data })
|
||||
}
|
||||
|
||||
export const setPsPoint = (data) => {
|
||||
return request.post({ url: `/exam/getPoints/set_ps_point`,data })
|
||||
}
|
||||
|
||||
|
||||
export const getPsPointByQuId = (id) => {
|
||||
return request.get({ url: `/exam/getPoints/getPsPointById/${id}` })
|
||||
}
|
Reference in New Issue
Block a user