Changes between Version 126 and Version 127 of pcauto_BuyAuto_1.0.0


Ignore:
Timestamp:
08/14/2014 10:02:43 AM (12 years ago)
Author:
limingjiu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_BuyAuto_1.0.0

    v126 v127  
    588588 
    589589 
     590==== 2.6.4. 团购投诉接口信息 ==== 
     591{{{ 
     592说明: 
     593使用post方式请求 
     594测试请求url: 
     595http://dev3.pcauto.com.cn:8001/dealer/interface/tuangou/tuangou_report.jsp?_charset=GBK 
     596上线后请求url: 
     597http://price.pcauto.com.cn/dealer/interface/tuangou/tuangou_report.jsp?_charset=GBK 
     598参数: 
     599name:投诉人姓名 
     600phone:投诉人电话 
     601content:投诉内容 
     602callback:回调函数名称(可以不传,按具体情况使用) 
     603返回值: 
     604不传callback参数 
     605  成功返回:{"status":"success"} 
     606  失败返回:{"status":"error"} 
     607传callback参数 
     608  成功返回:callback_name({"status":"success"}) 
     609  失败返回:callback_name({"status":"error"}) 
     610}}} 
     611 
    590612=== 2.7 我的 === 
    591613==== 2.7.1. 我的-订阅列表 ====