修改一个考试预约
POST
http://localhost:8076/api/testappointment/updatetpap
请求参数
参数名
类型
描述
必填
id
int
预约id
必填
memberid
int
用户id
必填
tpapdate
string
预约时间
必填
tpapremark
string
预约备注
必填
tpapisadopt
int
是否通过考试
必填