We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
具体说下 比如创建一个菜单,我想由后端赋值创建时间和创建人,请问怎么操作? { "Application":{ "name":"测试应用", "appkey": "kdyh", "type": 2, "gmt_create()":"getNow()" }, "tag":"Application" }
{ "Application":{ "name":"测试应用", "appkey": "kdyh", "type": 2, "gmt_create()":"getNow()" }, "tag":"Application" }
我觉得我比较理想的方式应该是这样: "gmt_create()":"getNow()",后端就识别到赋值并写入数据库了。但是实际上,这个是将当前时间返回给前端。
求大佬帮助 [哭泣][哭泣][哭泣]
为什么 因为这个场景我太常用了。我试过远程函数调用,但是都是以response的方式返回。