Changes between Version 181 and Version 182 of WikiStart/web-intf


Ignore:
Timestamp:
07/31/2013 04:41:08 PM (13 years ago)
Author:
yeweixian
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart/web-intf

    v181 v182  
    24072407}}} 
    24082408 
     2409== 49.典型案例获取评论接口 app3.0 ==  
     2410原型http://trac.pc.com.cn/mobile/pototype/ideas/youjiapin/req1.0.1/ [[BR]] 
     2411 
     2412URL:  [[BR]] 
     2413测试:  [[BR]] 
     2414 
     2415请求方式:GET[[BR]] 
     2416 
     2417是否需要登录:否[[BR]] 
     2418 
     2419功能说明:获取典型案例评论内容信息[[BR]] 
     2420 
     2421提交参数:[[BR]] 
     2422 
     2423{{{ 
     2424  caseId: 典型案例ID 
     2425}}} 
     2426 
     2427返回参数:[[BR]] 
     2428{{{ 
     2429 
     2430{ 
     2431    "total":100, 
     2432    "pageNo":1, 
     2433    "pageSize":10, 
     2434    "comments":[ 
     2435        { 
     2436            "id": 1, 
     2437            "passport_id": 1, 
     2438            "nickName":"name message", 
     2439            "face":"http://asdfasdf", 
     2440            "content":"comment content", 
     2441            "comment_time":"20XX-XX-XX", 
     2442            "STATUS": 1 
     2443        }, 
     2444        {...},{...} 
     2445    ] 
     2446} 
     2447 
     2448}}} 
     2449 
    24092450 
    24102451= 用户行为接口 =