Skip to content

优化分页;引用路径支持特殊符号等

Compare
Choose a tag to compare
@TommyLemon TommyLemon released this 30 Jun 15:15
· 17 commits to master since this release

新增支持 key[]:{ query:2 或 query:"ALL" } 默认返回列表分页信息;
image

新增把引用赋值路径 URL encode 后的值 decode 回原始值,例如 %2Fuser%2Flist -> /user/list;
image

解决 format: true 对应 key 返回不是小驼峰,而是强制小写,例如 User[] 返回不是 userList 而是 userlist;