Changes between Initial Version and Version 1 of mfchannels
- Timestamp:
- 01/21/2015 07:09:31 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mfchannels
v1 v1 1 = 魔方渠道数据信息接口格式定义 = 2 3 接口地址: 4 5 {{{ 6 http://d.imofan.com/mfchannel.jsp?appKey=35d4e2d08a137fe600000060 7 }}} 8 参数: [[BR]] 9 appKey: 魔方应用appKey [[BR]] 10 [[BR]] 11 12 成功,状态码:200,响应JSON: 13 14 {{{ 15 { 16 "channels": [ 17 { 18 "channel": "app_store", //渠道号 19 "name": "app_store" //渠道名称 20 }, 21 { 22 "channel": "pcauto", 23 "name": "汽车网渠道" 24 } 25 ], 26 "status": true //读取成功返回true,否则false 27 } 28 }}} 29 30 失败,状态码:400,响应JSON: 31 32 {{{ 33 { 34 "status": false 35 } 36 }}}
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)