We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
APIJSON版本:7.0.3
有一个业务需要,需要同时对一个表进行增删改操作。 这种不带别名的方式可以
带别名的方式,尝试了几个方式都不可以。
其他方式如: { "MutiTest:new[]": { "@method":"POST", "MutiTest[]":[ {"name":"1","value":"1"}] } }
{ "MutiTest:new[]": { "@method":"POST", "MutiTest[]":[ {"name":"1","value":"1"}] } }
也尝试过,也是异常。
为了简化测试,只用了一个带别名的数组,正常业务流程还需要另外2个数组进行put和delete操作