Skip to content

Commit 02049fc

Browse files
authored
Update README.md
1 parent 27ea51f commit 02049fc

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
@@ -166,7 +166,7 @@ Here is an example:
166166
Client request | Previous way | APIJSON
167167
-------- | ------------ | ------------
168168
Requirement | Client developers append key-value pairs to an url for a request in docs | Client developers append JSON to the url for their requirements
169-
Structure | base_url/lowercase_table_name?key0=value0&key1=value1...<br />&currentUserId=100&currentUserPassword=1234<br /><br />The currentUserId and currentUserPassword is only for parts of interfaces | base_url/{TableName0:{key0:value0, key1:value1 ...}, TableName1:{...}...<br />, currentUserId:100, currentUserPassword:1234}<br /><br />The currentUserId and currentUserPassword is only for parts of interfaces
169+
Structure | base_url/lowercase_table_name?key0=value0&key1=value1...<br />&currentUserId=100&loginPassword=1234<br /><br />The currentUserId and loginPassword is only for parts of interfaces | base_url/{TableName0:{key0:value0, key1:value1 ...}, TableName1:{...}...<br />, currentUserId:100, loginPassword:1234}<br /><br />The currentUserId and loginPassword is only for parts of interfaces
170170
URL | Different urls for different requests | One url for one method(GET,POST...)
171171
Key-Value Pair | key=value | key:value
172172

0 commit comments

Comments
 (0)