Changes between Version 35 and Version 36 of app2.2.0/order


Ignore:
Timestamp:
11/04/2015 09:47:32 AM (10 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.2.0/order

    v35 v36  
    263263 
    264264 
     265 
     266 
     267== 订单详情 == 
     268 
     269> 线上:/appIntf/order/orderDetail.jsp 
     270 
     271**提交方式** 
     272 
     273> get 
     274 
     275**是否需要登录** 
     276 
     277> true 
     278 
     279**缓存方式** 
     280 
     281> 无 
     282 
     283**缓存时间** 
     284 
     285> 无 
     286 
     287**参数** 
     288 
     289||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
     290||orderId||订单id||int||0||是|| 
     291||common_session_id(cookie参数)||-||string||""||是|| 
     292 
     293 
     294**返回** 
     295{{{#!java 
     296打开页面 
     297}}} 
     298 
     299