Changes between Version 15 and Version 16 of intf


Ignore:
Timestamp:
09/05/2012 03:58:23 PM (14 years ago)
Author:
leijingtang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • intf

    v15 v16  
    182182 
    183183 
    184 ==== 2.x [=#point20x XXXX] ==== 
     184==== 2.4 [=#point204 小工具配置] ==== 
    185185{{{ 
    186186    URL:/intf/xxxx.jsp 
     
    192192              resp-enc:响应时字符编码,缺省是UTF-8 
    193193    返回参数: 
    194     { 
    195     } 
    196     返回参数说明: 
     194 [ 
     195    { 
     196        "catalog":"备孕期工具", 
     197        "tools":[ 
     198            { 
     199                "title":"排卵期/安全期计算器", 
     200                "summary":"blahblahblah", 
     201                "icon":"http://xxxx.png", 
     202                "url":"http://xxxxx.html" 
     203            }, 
     204            { 
     205                "title":"排卵期/安全期计算器", 
     206                "summary":"blahblahblah", 
     207                "icon":"http://xxxx.png", 
     208                "url":"http://xxxxx.html" 
     209            } 
     210        ] 
     211    }, 
     212    { 
     213        "catalog":"怀孕期工具", 
     214        "tools":[ 
     215            { 
     216                "title":"预产期计算器", 
     217                "summary":"blahblahblah", 
     218                "icon":"http://xxxx.png", 
     219                "url":"http://xxxxx.html" 
     220            }, 
     221            { 
     222                "title":"孕妇体重计算器", 
     223                "summary":"blahblahblah", 
     224                "icon":"http://xxxx.png", 
     225                "url":"http://xxxxx.html" 
     226            } 
     227        ] 
     228    } 
     229] 
     230 
     231 
     232    返回参数说明: 
     233         catalog:目录名称 
     234         titile:工具名称 
     235         summary:工具功能描述 
     236         icon:工具icon地址 
     237         url:工具的跳转地址 
    197238    排序方式: 
    198239}}}