Changes between Version 1 and Version 2 of mfchannels


Ignore:
Timestamp:
01/22/2015 06:45:40 PM (11 years ago)
Author:
liuwuqiang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mfchannels

    v1 v2  
    44 
    55{{{ 
    6   http://d.imofan.com/mfchannel.jsp?appKey=35d4e2d08a137fe600000060 
     6  http://d.imofan.com/mfchannel.jsp?wapid=10001 
    77}}} 
    88参数: [[BR]] 
    9     appKey: 魔方应用appKey [[BR]] 
     9    wapid: 网站标识 [[BR]] 
    1010[[BR]] 
    1111 
     
    1414{{{ 
    1515{ 
    16     "channels": [ 
     16    "data": [ 
    1717        { 
    18             "channel": "app_store",   //渠道号 
    19             "name": "app_store"       //渠道名称 
     18            "appKey": "b5d3828499d0590100000001", 
     19            "appName": "iPad - PCauto汽车杂志", 
     20            "channels": [] 
    2021        }, 
    2122        { 
    22             "channel": "pcauto", 
    23             "name": "汽车网渠道" 
     23            "appKey": "b5d3828499d0590300000003",   //魔方appKey值 
     24            "appName": "iPhone - 太平洋汽车网",    //魔方app名称 
     25            "channels": [ 
     26                { 
     27                    "channel": "apple",   //渠道号 
     28                    "name": "apple测试"       //渠道名称 
     29                }, 
     30                { 
     31                    "channel": "app_store", 
     32                    "name": "app_store" 
     33                } 
     34            ] 
    2435        } 
    2536    ], 
    26     "status": true   //读取成功返回true,否则false 
     37    "status": true   //获取成功为true,否则为false 
    2738} 
    2839}}}