Changes between Version 6 and Version 7 of 2ndchild/interface


Ignore:
Timestamp:
12/06/2013 05:41:54 PM (12 years ago)
Author:
hejingdong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2ndchild/interface

    v6 v7  
    349349提交方式:GET 
    350350参数: 
    351 返回结果:JSON 
    352  
     351  “REQUEST_CODE” : int [请求代码] 
     352返回结果:JSON 
     353{ 
     354 "RESPONSE_CODE": [ 
     355 int返回代码, 
     356 与请求代码一致 
     357  ], 
     358 "RESPONSE_STATUS”: [ 
     359 int返回状态, 
     360 参考第三章.返回状态参数对照表 
     361  ], 
     362 ”RESPONSE_INFO”{ 
     363 "updateTime”: [ 
     364 时间戳此接口更新时间 
     365  ]"wikiSortCount”: [ 
     366 int一级分类数量 
     367  ]"wikiSortList”[ 
     368 { 
     369  "wikiSortName”: [ 
     370  string一级分类名 
     371   ]"isHaveSecondSort”: [ 
     372  bool是否有二级分类 
     373   ]"wikiSortUrl”: [ 
     374  string一级分类页对应url, 
     375  如果isHaveSecondSort为false必须提供 
     376   ]"wikiSecondSortCount”: [ 
     377  int二级分类数量, 
     378  如果isHaveSecondSort为true必须提供 
     379   ]"wikiSecondSortList”  [ 
     380  { 
     381    如果isHaveSecondSort为true必须提供"wikiSecondSortName”: [ 
     382   string二级分类名 
     383    ]"isHaveThirdSort”: [ 
     384   bool是否有三级分类 
     385    ]"wikiSecondSortUrl”: [ 
     386   string二级分类页对应url, 
     387   如果isHaveSecondSort为false必须提供 
     388    ]"wikiThirdSortCount”: [ 
     389   int三级分类数量如果isHaveSecondSort为true必须提供 
     390    ]"wikiThirdSortList”: [ 
     391   { 
     392     如果isHaveSecondSort为true必须提供"wikiThirdSortName”: [ 
     393    string三级分类名 
     394     ]"wikiThirdSortUrl”: [ 
     395    string三级分类页对应url 
     396     ] 
     397   } 
     398    ] 
     399  } 
     400   ] 
     401 } 
     402  ] 
     403} 
     404} 
    353405}}} 
    354406=== 16.百科终端接口 ===