【新增】题型判分规则
This commit is contained in:
@@ -41,3 +41,10 @@ export const updateSpecialty = async (params: any) => {
|
||||
export const deleteSpecialty = async (id: number) => {
|
||||
return await request.delete({ url: '/exam/specialty/' + id })
|
||||
}
|
||||
|
||||
export const getSpecialtyRole = async (id: number) => {
|
||||
return await request.get({ url: '/exam/specialty/getRole/' + id })
|
||||
}
|
||||
export const setSpecialtyRole = async (data) => {
|
||||
return await request.post({ url: '/exam/specialty/setRole', data:data })
|
||||
}
|
Reference in New Issue
Block a user