delStudent_ExamPaper
POST
http://localhost:7000/api/admin/exam/paper/delStudent_ExamPaper?uuId=42&examPaperId=12
接口描述
删除试卷关联用户
请求参数
参数名
类型
描述
必填
uuId
int
示例:42
必填
examPaperId
int
示例:12
必填
响应参数
参数名
类型
描述
必填
code
int
示例:1
必填
message
string
示例:成功
必填
response
object
示例:null
必填