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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart/web-intf

    v180 v181  
    23632363img2:产品图片300x300[[BR]] 
    23642364 
     2365== 48.典型案例接口 app3.0 ==  
     2366原型http://trac.pc.com.cn/mobile/pototype/ideas/youjiapin/req1.0.1/ [[BR]] 
     2367 
     2368URL:  [[BR]] 
     2369测试:  [[BR]] 
     2370 
     2371请求方式:GET[[BR]] 
     2372 
     2373是否需要登录:否[[BR]] 
     2374 
     2375功能说明:获取典型案例内容信息[[BR]] 
     2376 
     2377提交参数:[[BR]] 
     2378 
     2379{{{ 
     2380  caseId: 典型案例ID 
     2381}}} 
     2382 
     2383返回参数:[[BR]] 
     2384{{{ 
     2385 
     2386{ 
     2387    "id":1, 
     2388    "name":"case name", 
     2389    "tag":"tag message", 
     2390    "status":1, 
     2391    "src":"http://......", 
     2392    "source":1, 
     2393    "userId":1, 
     2394    "resume":"resume message", 
     2395    "items":[ 
     2396        { 
     2397            "id": 1, 
     2398            "type": 1, 
     2399            "targetId":123456, 
     2400            "tag": "描述tag", 
     2401            "resume": "描述" 
     2402        }, 
     2403        {...},{...} 
     2404    ] 
     2405} 
     2406 
     2407}}} 
     2408 
    23652409 
    23662410= 用户行为接口 =