APIJSON-Demo
APIJSON-Demo copied to clipboard
图文教程里给的例子语法是错的 @group
{ "[]": { "Sale":{ "@column":"store_id,sum(amt):totAmt", "@group":"store_id" } } } 这段 store_id,sum(amt):totAmt 应该是用分号分隔,不是逗号分隔。 https://vincentcheng.github.io/apijson-doc/zh/grammar.html