Update README.md
This commit is contained in:
parent
4117691d16
commit
37ce97e9fa
12
README.md
12
README.md
@ -53,16 +53,16 @@ APIJSON是一种JSON传输结构协议。<br />
|
||||
### 请求:
|
||||
<pre><code class="language-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":{
|
||||
|
Loading…
Reference in New Issue
Block a user