Skip to content

Commit 12f190a

Browse files
authored
Update README(中文).md
1 parent 9c4d7c0 commit 12f190a

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
@@ -161,7 +161,7 @@
161161
客户端请求 | 传统方式 | APIJSON
162162
-------- | ------------ | ------------
163163
要求 | 客户端按照文档在对应url后面拼接键值对 | 客户端按照自己的需求在固定url后拼接JSON
164-
结构 | base_url/lowercase_table_name?key0=value0&key1=value1...<br />&currentUserId=100&currentUserPassword=1234<br />其中currentUserId和currentUserPassword只在请求部分接口时需要 | base_url/{TableName0:{key0:value0, key1:value1 ...}, TableName1:{...}...<br />, currentUserId:100, currentUserPassword:1234}<br />其中currentUserId和currentUserPassword只在请求部分接口时需要
164+
结构 | base_url/lowercase_table_name?key0=value0&key1=value1...<br />&currentUserId=100&currentUserPassword=1234<br /><br />其中currentUserId和currentUserPassword只在请求部分接口时需要 | base_url/{TableName0:{key0:value0, key1:value1 ...}, TableName1:{...}...<br />, currentUserId:100, currentUserPassword:1234}<br /><br />其中currentUserId和currentUserPassword只在请求部分接口时需要
165165
URL | 不同请求方法(GET,POST等)或不同功能对应不同url | 相同请求方法(GET,POST等)都用同一个url
166166
键值对 | key=value | key:value
167167

0 commit comments

Comments
 (0)