Changes between Version 187 and Version 188 of WikiStart/web-intf


Ignore:
Timestamp:
08/08/2013 04:31:24 PM (13 years ago)
Author:
zhoulingxin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart/web-intf

    v187 v188  
    23662366原型http://trac.pc.com.cn/mobile/pototype/ideas/youjiapin/req1.0.1/ [[BR]] 
    23672367 
    2368 URL: [[BR]] 
    2369 测试: [[BR]] 
     2368URL: http://youpin.pchouse.com.cn/jsp/intf/get_typicalCase_by_id.jsp [[BR]] 
     2369测试: http://dev10.pchouse.com.cn:8083/jsp/intf/get_typicalCase_by_id.jsp [[BR]] 
    23702370 
    23712371请求方式:GET[[BR]] 
     
    23852385 
    23862386{ 
    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     ] 
     2387        data: [ 
     2388        { 
     2389                        "id":1, 
     2390                        "name":"case name", 
     2391                        "tag":"tag message", 
     2392                        "status":1, 
     2393                        "src":"http://......", 
     2394                        "source":1, 
     2395                        "userId":1, 
     2396                        "resume":"resume message", 
     2397                        "items":[ 
     2398                                { 
     2399                                        "id": 1, 
     2400                                        "type": 1, 
     2401                                        "targetId":123456, 
     2402                                        "tag": "描述tag", 
     2403                                        "resume": "描述" 
     2404                                }, 
     2405                                {...},{...} 
     2406                        ] 
     2407                ] 
     2408        } 
    24052409} 
    24062410 
     
    24102414原型http://trac.pc.com.cn/mobile/pototype/ideas/youjiapin/req1.0.1/ [[BR]] 
    24112415 
    2412 URL: [[BR]] 
    2413 测试: [[BR]] 
     2416URL: http://youpin.pchouse.com.cn/jsp/intf/get_comment.jsp [[BR]] 
     2417测试: http://dev10.pchouse.com.cn:8083/jsp/intf/get_comment.jsp [[BR]] 
    24142418 
    24152419请求方式:GET[[BR]] 
     
    24392443            "face":"http://asdfasdf", 
    24402444            "content":"comment content", 
    2441             "comment_time":"20XX-XX-XX", 
     2445            "commentTime":"20XX-XX-XX", 
    24422446            "STATUS": 1 
    24432447        }, 
     
    24512455原型http://trac.pc.com.cn/mobile/pototype/ideas/youjiapin/req1.0.1/ [[BR]] 
    24522456 
    2453 URL: [[BR]] 
    2454 测试: [[BR]] 
     2457URL: http://youpin.pchouse.com.cn/jsp/intf/typicalCase_comment.jsp [[BR]] 
     2458测试: http://dev10.pchouse.com.cn:8083/jsp/intf/typicalCase_comment.jsp [[BR]] 
    24552459 
    24562460 
     
    24792483{{{ 
    24802484{ 
    2481   result:返回代码, 
     2485  result:返回代码,(1:成功) 
    24822486  msg:返回信息 
    24832487} 
     
    24872491原型http://trac.pc.com.cn/mobile/pototype/ideas/youjiapin/req1.0.1/ [[BR]] 
    24882492 
    2489 URL: [[BR]] 
    2490 测试: [[BR]] 
     2493URL: http://youpin.pchouse.com.cn/jsp/intf/user_case_favorite.jsp [[BR]] 
     2494测试: http://dev10.pchouse.com.cn:8083/jsp/intf/user_case_favorite.jsp [[BR]] 
    24912495 
    24922496请求方式:POST[[BR]] 
     
    25062510{{{ 
    25072511{ 
    2508   result:返回代码, 
     2512  result:返回代码,(1:成功) 
    25092513  msg:返回信息 
    25102514}