Skip to content

Commit f93c1f3

Browse files
authored
English README: optimize format of request json
1 parent e73841d commit f93c1f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README-English.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Server developers no longer need to worry about compatibility of APIs and docume
7979
#### Get a User
8080
Request:
8181

82-
```json
82+
```js
8383
{
8484
"User":{
8585
 }
@@ -90,7 +90,7 @@ Request:
9090

9191
Response:
9292

93-
```json
93+
```js
9494
{
9595
"User":{
9696
"id":38710,
@@ -116,7 +116,7 @@ Response:
116116

117117
Request:
118118

119-
```json
119+
```js
120120
{
121121
"[]":{
122122
  "count":3,             //just get 3 results
@@ -131,7 +131,7 @@ Request:
131131

132132
Response:
133133

134-
```json
134+
```js
135135
{
136136
"[]":[
137137
{

0 commit comments

Comments
 (0)