Changes between Initial Version and Version 1 of app2.2.0/transfer


Ignore:
Timestamp:
10/22/2015 04:38:06 PM (10 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.2.0/transfer

    v1 v1  
     1[[TOC]] 
     2 
     3= 转运 = 
     4 
     5== 转运轨迹 == 
     6 
     7> 线上:[http://best.pconline.com.cn/app/topicType/cache/listTopicType.do?level=2&parentId=2 /app/topicType/cache/listTopicType.do] 
     8 
     9**说明** 
     10 
     11> 获取订单的转运轨迹 
     12 
     13**提交方式** 
     14 
     15> post 
     16 
     17**是否需要登录** 
     18 
     19> true 
     20 
     21**缓存方式** 
     22 
     23> 无 
     24 
     25**缓存时间** 
     26 
     27> 无 
     28 
     29**参数** 
     30 
     31||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =|| 
     32||orderId||订单id||int||0||是|| 
     33||common_session_id||-||string||""||是|| 
     34 
     35**返回** 
     36{{{#!java 
     37result { 
     38        status: 1, 
     39        msg: '请求成功', 
     40        data: [ 
     41             $receiveComment 
     42        ] 
     43} 
     44}}} 
     45 
     46[http://trac.pc.com.cn/pc_best/wiki/app2.0/object_properties#爆料类型 $topicType] 
     47 
     48 
     49