列表查询
GET
/enemyInfo
请求参数
参数名
类型
描述
必填
createBy
string
创建人
可选
createTime
string
创建时间
可选
updateBy
string
更新人
可选
updateTime
string
更新时间
可选
pageNo
string
页数
可选
pageSize
string
每页条数
可选
sortBy
string
排序
可选
order
string
排序顺序
可选
id
string
主键ID
必填
type
string
敌人类型 1 boss 2 精英 3 一般
必填
name
string
名称
必填
introduce
string
介绍
可选
details[0].createBy
string
创建人
可选
details[0].createTime
string
创建时间
可选
details[0].updateBy
string
更新人
可选
details[0].updateTime
string
更新时间
可选
details[0].pageNo
string
页数
可选
details[0].pageSize
string
每页条数
可选
details[0].sortBy
string
排序
可选
details[0].order
string
排序顺序
可选
details[0].id
string
主键ID
必填
details[0].enemyId
string
敌人ID
必填
details[0].title
string
详情标题
必填
details[0].desc
string
详情内容
必填
响应参数
参数名
类型
描述
必填
root
object
successful operation
必填