-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在使用getByTag发现无法查询到数据 #637
Comments
发下具体的请求参数和响应结果 |
|
控制台 输出的日志 2023-11-25 12:22:46.558: AbstractParser.DEBUG: parseResponse startTime = 1700886166558<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 2023-11-25 12:22:46.558: AbstractObjectParser.DEBUG: AbstractObjectParser parentPath = null; name = null; table = null; alias = null AbstractParser.DEBUG: <<<<<<<<<<<<<<<<<<<<<<< close >>>>>>>>>>>>>>>>>>>>>>> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 2023-11-25 12:22:46.558: AbstractParser.DEBUG: GET/parseResponse return response = 2023-11-25 12:22:46.558: AbstractParser.DEBUG: GET/parseResponse endTime = 1700886166558; duration = 0 2023-11-25 12:22:46.558: AbstractParser.INFO: |
看起来 SysUserPage 被当成表了 |
把 SysUserPage 改成不符合 APIJSON 表名的命名,例如 sysUserPage。 |
这是功能,为了简化 structure 配置。 还没发布,新版会有。 ok。 |
如果没用 apijson-router,GET 不限制传参结构(tag 非必传,只用来标记),GETS 才限制(tag 必传)。 |
好的,我了解一下 apijson-router 怎么用 |
我fork了 也是需要升级下jdk ,替换 jakarta.servlet-api 才能使用springboot3, 这个也开个分支吧,我合并过去 |
我在使用 apijson-router 由原来的参数 { 转成 apijson-router 写法 问题1 分页 如何转成以上 apijson-router 格式? |
我关闭了 parser.isNeedVerifyContent, Request 表校验规则来校验 可以请求成功了 ,远程函数也执行了,但是 远程函数的 status 字段的值没有返回了,之前是有的 |
用法问题,远程函数只能写在 APIJSON 格式的 JSON 参数中,不能对外暴露在类 RESTful 简单接口的 JSON 参数中 另外建议直接用 APIAuto 来配置 |
新增了分支 springboot3 |
远程函数的 status 字段的值没有返回了,之前是有的,这个问题是bug吗 |
已提交合并请求 |
断点调试下,看有没有执行到,以及返回值是啥 |
"status()": "translateDict(sys_user_status,status)" |
Description
我在使用getByTag发现无法查询到数据
request 表是有这个 tag 得
The text was updated successfully, but these errors were encountered: