Skip to content

Commit 050699a

Browse files
authored
Update README.md
1 parent 3fe5fcb commit 050699a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,17 +134,17 @@ APIJSON是一种JSON传输结构协议。<br />
134134
请求:
135135
<pre><code class="language-json">
136136
{
137-
"[]":{ //请求一个Array
138-
"page":0, //Array条件
137+
"[]":{                             //请求一个数组
138+
  "page":0,                       //数组条件
139139
"count":2,
140-
"User":{ //请求一个名为User的Object
141-
"sex":0, //Object条件
140+
  "User":{                         //请求一个名为User的对象
141+
    "sex":0,                       //对象条件
142142
    "@column":"id,name,head"       //指定返回字段
143143
  },
144144
"Moment":{
145145
"userId@":"/User/id" //缺省依赖路径,从所处容器的父容器路径开始
146146
},
147-
"Comment[]":{ //请求一个名为Comment的Array
147+
"Comment[]":{ //请求一个名为Comment的数组
148148
"count":2,
149149
"Comment":{
150150
"momentId@":"[]/Moment/id" //完整依赖路径

0 commit comments

Comments
 (0)