APIJSON icon indicating copy to clipboard operation
APIJSON copied to clipboard

🏆 零代码、全功能、强安全 ORM 库 🚀 后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构。 🏆 A JSON Transmission Protocol and an ORM Library 🚀 provides APIs and Docs without writing any co...

Results 288 APIJSON issues
Sort by recently updated
recently updated
newest added

**具体说下** 1. AbstractParser.onArrayParse 中判断是否为 Table[]: { Table: {} } 格式 满足的话就直接返回 rawList, 不用一个个对象的数据 add 进 JSONArray 再提取出来 ![image](https://user-images.githubusercontent.com/5738175/125388067-6d847780-e3d1-11eb-89b0-4d918f655f28.png) https://github.com/Tencent/APIJSON/blob/master/APIJSONORM/src/main/java/apijson/orm/AbstractParser.java 2. AbstractSQLExecutor.onPutColumn 中缓存副表字段对应的表名 ![image](https://user-images.githubusercontent.com/5738175/125387604-c43d8180-e3d0-11eb-9ac5-69eee04cf1ab.png) ```java if (childConfig != null && (tables[columnIndex]...

Performance 性能

**环境信息** - 系统: - JDK: - 数据库: - APIJSON: **问题描述** 由GET请求换成GETS请求,发现要配置Request表 结果: -----然后改成: ```js {"child": {"CmsRole": {}, "CmsUserRole": {}}, "CmsUser": {"VERIFY": {"id{}": [1]}}} ``` 请求参数: ```js { "tag": "user", //"@explain":true,...

Bug 漏洞
Question 使用问题

http://apijson.cn:8080/get/%7B%22[]%22:%7B%22count%22:5,%22join%22:%22&/User/id@,%3C/Comment/momentId@%22,%22Moment%22:%7B%22@column%22:%22id,userId,content%22,%22@group%22:%22id%22%7D,%22User%22:%7B%22name~%22:%22t%22,%22id@%22:%22/Moment/userId%22,%22@column%22:%22id,name,head%22%7D,%22Comment%22:%7B%22momentId@%22:%22/Moment/id%22,%22@column%22:%22id:ids,momentId,content%22%7D%7D%7D

Bug 漏洞

路径的最大深度是5,这个是根据什么来考量的?

Question 使用问题
Document 文档

Enhancement 增强
Question 使用问题
Document 文档

curl -v 127.0.0.1:8080/post -H 'Content-Type: application/json' \ --cookie "JSESSIONID=E932D1F8F884FE98FE7F7D9F5154F34C" \ -d ' {"Game":{"name":"add ","名":"123"} ,"tag":"Game"} ' ------返回 {"Game":{"name":"add 中文","名":"123"},"ok":false,"code":406, "msg":"POST请求: 每一个 key:value 中的key都必须是1个单 ----编码后 curl -v 127.0.0.1:8080/post -H 'Content-Type: application/json'...

Question 使用问题

![上下文](https://user-images.githubusercontent.com/52363975/140874917-7b1aeda8-a579-414b-b87e-f14a9d82deee.png) 这一段怎么拿到City.id呢 我看日志已经有了一个上下文[]/0/[]/0/

Question 使用问题

PUT和DELETE操作只能传id作为参数吗,没有传的话会报错: **- 1. PUT请求,Device 里面 id 和 id{} 至少传其中一个! - 2. DELETE请求,Device 里面 id 和 id{} 至少传其中一个!**

Question 使用问题
Document 文档

![image](https://user-images.githubusercontent.com/46739345/142342639-1e7d96cd-3555-4cda-b052-18b403af7980.png) 返回的json内容中,这三个字段怎么取消? sql:generate|cache|execute|maxExecute depth:count|max time:start|duration|end

Question 使用问题
Document 文档