Commit 91a6b4b6 by 庄欣

Update ApiList

parent a6b67740
说明:
列表数据排序:在URL中使用拼接&order=字段-排序规则 排序规则:asc 由小到大;desc 由大到小;默认排序规则为id-desc
列表数据分页:在URL中拼接 &page=分页数字 默认为1, &size=数据量 默认为12
列表数据分页:在URL中拼接 &page=分页数字 默认为1, &size=数据量 默认为12。某些表无分页.
列表数据查询规则:要按某种条件进行查询,只需要在URL中拼接 字段=条件 ,即可,如查询被禁用的,为&is_del=1。标题默认为LIKE查询,API限制了查询字段的范围
详情数据查询关联:查询某个对象的关联对象如套系,使用sets/{id}/relation/关联1,关联2,如ID为2的关键字和分类 /sets/2/relation/keywords,category
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment