Skip to content

Commit f044d5f

Browse files
authored
Update Document.md
1 parent 0a5b950 commit f044d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Document.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ https://github.com/Tencent/APIJSON
55
![image](https://user-images.githubusercontent.com/5738175/134520081-a63d3817-321c-4e7b-9e03-73c6827a19c1.png)
66

77

8-
后端开发者可以先看 [图文入门教程1](https://vincentcheng.github.io/apijson-doc/zh)[图文入门教程2](https://hanxu2018.github.io/APIJSON-DOC/)都非官方,和本文档有出入的点以本文档为准。例如正则匹配 key? 已废弃,用 key~ 替代;例如 "@column":"store_id,sum(amt):totAmt" 中逗号 , 有误,应该用分号 ; 隔开 SQL 函数,改为 "@column":"store_id;sum(amt):totAmt")
8+
后端开发者可以先看 [图文入门教程1](http://apijson.cn/doc/zh/)[图文入门教程2](https://hanxu2018.github.io/APIJSON-DOC/) (和本文档有出入的点以本文档为准。例如正则匹配 key? 已废弃,用 key~ 替代;例如 "@column":"store_id,sum(amt):totAmt" 中逗号 , 有误,应该用分号 ; 隔开 SQL 函数,改为 "@column":"store_id;sum(amt):totAmt")
99

1010
* ### [1.示例](#1)
1111
* ### [2.对比传统方式](#2)

0 commit comments

Comments
 (0)