Changes between Version 194 and Version 195 of WikiStart/web-intf


Ignore:
Timestamp:
08/26/2013 12:24:34 PM (13 years ago)
Author:
zhoulingxin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart/web-intf

    v194 v195  
    24012401                                        "type": 1, 
    24022402                                        "targetId":123456, 
     2403                                        "img":"产品图片200x200", 
     2404                                        "price":"¥208.60", 
    24032405                                        "tag": "描述tag", 
    24042406                                        "resume": "描述" 
     
    25902592intro:主题或搭配的描述[[BR]] 
    25912593 
     2594== 54.获取用户收藏典型案例接口 app3.0 ==  
     2595原型http://trac.pc.com.cn/mobile/pototype/ideas/youjiapin/req1.0.1/ [[BR]] 
     2596 
     2597URL: http://youpin.pchouse.com.cn/jsp/intf/get_user_case_favorite.jsp [[BR]] 
     2598测试: http://dev10.pchouse.com.cn:8083/jsp/intf/get_user_case_favorite.jsp [[BR]] 
     2599 
     2600请求方式:GET[[BR]] 
     2601 
     2602是否需要登录:否[[BR]] 
     2603 
     2604功能说明:获取用户所有收藏的典型案例内容信息[[BR]] 
     2605 
     2606提交参数:[[BR]] 
     2607 
     2608{{{ 
     2609  session 
     2610}}} 
     2611 
     2612返回参数:[[BR]] 
     2613{{{ 
     2614 
     2615{ 
     2616        userId: 11355, 
     2617        userName: "小新", 
     2618        total: 3, 
     2619        pageNo: 1, 
     2620        pageSize: 20, 
     2621        data: [ 
     2622        { 
     2623                        "id":1, 
     2624                        "name":"case name", 
     2625                        "tag":"tag message", 
     2626                        "status":1, 
     2627                        "favorite": 1,(1代表已收藏,-1代表没有收藏,0代表没有登录) 
     2628                        "src":"http://......", 
     2629                        "source":1, 
     2630                        "userId":1, 
     2631                        "resume":"resume message", 
     2632                        "items":[ 
     2633                                { 
     2634                                        "id": 1, 
     2635                                        "type": 1, 
     2636                                        "targetId":123456, 
     2637                                        "img":"产品图片200x200", 
     2638                                        "price":"¥208.60", 
     2639                                        "tag": "描述tag", 
     2640                                        "resume": "描述" 
     2641                                }, 
     2642                                {...},{...} 
     2643                        ] 
     2644                ] 
     2645        } 
     2646} 
     2647 
     2648}}} 
     2649 
     2650 
    25922651= 用户行为接口 = 
    25932652    家居优品项目希望通过对用户一些行为的收集,分析和识别出用户的一些特征。系统利用用户特征,能够较为准确的给网友进行商品推荐。系统主要对下列