Changes between Version 85 and Version 86 of baby3_developers/interface


Ignore:
Timestamp:
01/20/2015 10:33:20 AM (11 years ago)
Author:
lianchijin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • baby3_developers/interface

    v85 v86  
    685685  返回参数: 
    686686{ 
    687    "status": 0, //状态码  0正常返回   非0请求错误 
    688    "desc": "",  //提示信息    status=0提示信息为空;status非0,给出对应的出错提示信息 
    689    "wikiThirdSortList":  
    690      [ 
     687   "RESPONSE_CODE": 310, //与reqCode相同,=310 
     688   "RESPONSE_INFO": { 
     689     "wikiThirdSortList": [ 
    691690        { 
    692691           "wikiThirdSortCmtUrl": //string,评论链接 
     
    694693           "wikiThirdSortUrl": //string,文章url 
    695694        }...... 
    696      ] 
     695     ], 
     696   "RESPONSE_STATUS": 100 //请求状态码,100正常,非100 错误 
    697697} 
    698698}}}