Skip to content

接口全走HTTP POST;加强安全验证

Compare
Choose a tag to compare
@TommyLemon TommyLemon released this 05 Sep 17:41
· 2434 commits to master since this release

Server:
接口全走HTTP POST,Parser#parseRequest取消decode;
加强写操作安全验证:写操作必须要有where条件;批量写操作一次最多操作10条;
批量操作由返回id改为返回id{};
删除Wallet,新增Privacy;

解决部分情况下取关联路径对应的对象时对路径判断错误;
解决@about没权限;

优化SQLConfig中@about解析;
优化所有独立接口;
其它完善和优化;

Client:
简化JSONResponse,format只处理key;
优化JSONObject和JSONRequest,去除encode;
优化Test中CodeUtil代码;