From 37ce97e9fa3f54adba86ef6adccd264099b91f9c Mon Sep 17 00:00:00 2001 From: TommyLemon <1184482681@qq.com> Date: Sun, 23 Apr 2017 17:51:13 +0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e8677e34..2719b045 100644 --- a/README.md +++ b/README.md @@ -53,16 +53,16 @@ APIJSON是一种JSON传输结构协议。
### 请求:

 {
-  "[]":{                             //请求一个array
-    "page":0,                        //array条件
+  "[]":{                             //请求一个Array
+    "page":0,                        //Array条件
     "count":2,
-    "User":{                         //请求查询名为User的table,返回名为User的JSONObject
-      "sex":0                        //object条件
+    "User":{                         //请求查询名为User的Table,返回名为User的JSONObject
+      "sex":0                        //Object条件
     },
     "Moment":{
-      "userId@":"/User/id"           //缺省依赖路径,从同级object的路径开始
+      "userId@":"/User/id"           //缺省依赖路径,从同级Object的路径开始
     },
-    "Comment[]":{                    //请求一个名为Comment的array
+    "Comment[]":{                    //请求一个名为Comment的Array
       "page":0,
       "count":2,
       "Comment":{