Login
Preferences
Help/Guide
About Trac
Wiki
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 3
and
Version 4
of
web-intf
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
02/03/2012 01:57:27 PM (
14 years
ago)
Author:
yangbo
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
web-intf
v3
v4
100
100
4.所有有写操作的数据接口,必须用POST方式提交,在接口里需要判断提交方式,拒绝GET的调用请求。
101
101
102
5.接口中的JSON字符串,key都用双引号("")包裹,value是字符串类型时,也用双引号("")包裹
;是数字类型时,不用引号。
102
5.接口中的JSON字符串,key都用双引号("")包裹,value是字符串类型时,也用双引号("")包裹
,并且过滤掉回车换行,对字符串中包含的双引号(")进行转义
;是数字类型时,不用引号。
103
103
104
104
}}}