Login
Preferences
Help/Guide
About Trac
Wiki
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 4
and
Version 5
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:
12/07/2011 11:38:24 AM (
14 years
ago)
Author:
yangbo
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
web-intf
v4
v5
28
28
}
29
29
4.所有有写操作的数据接口,必须用POST方式提交,在接口里需要判断提交方式,拒绝GET的调用请求。
30
31
5.接口中的JSON字符串,key都用双引号("")包裹,value是字符串类型时,也用双引号("")包裹;是数字类型时,不用引号。
30
32
31
33
}}}