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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart/web-intf

    v182 v183  
    24482448}}} 
    24492449 
     2450== 50.发送评论(典型案例) app3.0 == 
     2451原型http://trac.pc.com.cn/mobile/pototype/ideas/youjiapin/req1.0.1/ [[BR]] 
     2452 
     2453URL:  [[BR]] 
     2454测试:  [[BR]] 
     2455 
     2456 
     2457请求方式:POST[[BR]] 
     2458 
     2459是否需要登录:都可以[[BR]] 
     2460 
     2461功能说明:用户发送评论信息[[BR]] 
     2462 
     2463提交参数:[[BR]] 
     2464 
     2465{{{ 
     2466情况1:没有登录 
     2467caseId: 典型案例ID 
     2468content:用户评论内容 
     2469 
     2470情况2:已经登录 
     2471common_session_id:登录信息字符串 
     2472caseId: 典型案例ID 
     2473content:用户评论内容 
     2474 
     2475}}} 
     2476 
     2477返回参数:[[BR]] 
     2478{{{ 
     2479}}} 
    24502480 
    24512481= 用户行为接口 =