文档
测试

修改申请状态

POST
http://localhost:8076/api/user/updatelicenseapplystatus

请求参数

参数名
类型
描述
必填
applyid
int
申请id
必填
status
int
状态
必填
defaitcontent
string
失败原因(只有当状态是申请失败时才传入)
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
data
object
数据字典
必填
status
boolean
示例:true
必填