Changes between Version 16 and Version 17 of feedback
- Timestamp:
- 05/07/2012 09:33:57 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
feedback
v16 v17 10 10 接口参数以POST方式提交,其参数定义如下: 11 11 {{{ 12 * contact,联系方式13 * content,用户提交的反馈信息,必填,限制上限为500个全角文字12 * user_info,用户信息,开发者自定义文本 13 * text,用户提交的反馈信息,必填,限制上限为500个全角文字 14 14 }}} 15 15 … … 36 36 { 37 37 "status": 1, //状态取值为:1 提交成功、-1 提交失败\ 38 " timestamp": 13328420348 // 提交完成时间,用于检查是否有回复38 "at": 13328420348 // 提交完成时间,用于检查是否有回复 39 39 } 40 40 }}} … … 58 58 { 59 59 "by":0, // 0 - 用户发的,1 - 应用开发者发的 60 " content": "反馈信息",61 " timestamp": 131243214514, //反馈提交时间,1970-1-1开始秒数(注意不是毫秒数)60 "text": "反馈信息", 61 "at": 131243214514, //反馈提交时间,1970-1-1开始秒数(注意不是毫秒数) 62 62 }, 63 63 { 64 64 "by":1, 65 65 "content":"反馈信息", 66 " timestamp": .135986749645066 "at": .1359867496450 67 67 }, 68 68 { 69 69 "by:0, 70 " content": "xxxxxxxxxxxx",71 " timestamp": 136679670678670 "text": "xxxxxxxxxxxx", 71 "at": 1366796706786 72 72 } 73 73 ...
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)