We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
POST操作,后端调用云函数赋值出现以下问题,没有找到相关文档, 按照 #196 issues进行的操作
The text was updated successfully, but these errors were encountered:
Function 表配置下这个远程函数,参考 Function 内现有记录。 另外既然 "owner-()": "owner()" 执行完会变成 "owner": 具体值,为啥还要在下方引用赋值呢?
Sorry, something went wrong.
我是按图上这样配置的,是否有问题
不要在前端的 增、删、改 请求中传远程函数,应该在 Request 表里配置,例如 "UPDATE": {"owner-()":"owner()"}
具体见 https://github.com/Tencent/APIJSON/blob/master/APIJSONORM/src/main/java/apijson/orm/Operation.java
同类问题 #320
No branches or pull requests
POST操作,后端调用云函数赋值出现以下问题,没有找到相关文档,
按照 #196 issues进行的操作
The text was updated successfully, but these errors were encountered: