Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
为什么公式编辑里,这个JSON以数组去组织就没事,以对象大括号去组织JSON就报错,这样导致我API调用时,只能传一个数组进去,但实际上body是一个对象
如图在公式里,写 { "title": 1 } 会提示出错,但写 [{ "title": 1 } ]就是正确的
想传json对象的话,试一下不点击那个插入公式,直接写大括号