Skip to content

Commit e6ffe32

Browse files
authored
Update README.md
1 parent 7b0a275 commit e6ffe32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ You can set any JSON structure and request your server, and the server will retu
164164

165165
Server operation | Previous way | APIJSON
166166
-------- | ------------ | ------------
167-
Parse and response | Get key-value pairs and query tables with them by the default way, and return JSON to client | Just return what RequestParser#parse returned
167+
Parse and response | Get key-value pairs and query tables with them by the default way, then encapsulate a JSON, finally return the JSON to client | Just return what RequestParser#parse returned
168168
Way of setting JSON structure to return | Designed in server and cannot be modified by any client apps | Designed by client apps and cannot be modified by sever
169169

170170
Client parse | Previous way | APIJSON

0 commit comments

Comments
 (0)