Changes between Version 96 and Version 97 of pcautofinance1.0_developers/interfaces


Ignore:
Timestamp:
09/17/2015 09:31:37 AM (11 years ago)
Author:
caozhaoyuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcautofinance1.0_developers/interfaces

    v96 v97  
    956956||id||手机or订单号,待定|| 
    957957[[BR]] 
     958 
     959 
     960 
     961== 20. 我的订单接口(WAP) == 
     962'''(pc端开发中)'''[[BR]] 
     963pc接口:'''http:// '''[[BR]] 
     964 
     965**原型** 
     966> [http://trac.pc.com.cn/mobile/pototype/pcauto-finance/wap/WAP_v1.09_20150915/#p=11、我的订单  点击前往] [[BR]]   
     967**说明** 
     968>按手机号查询用户订单信息 
     969**调用方式** 
     970>get 
     971**请求参数** 
     972||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必需 =||=说明=|| 
     973||tel||手机号||long||无||是||-|| 
     974 
     975**返回数据** 
     976{{{#!java 
     977{ 
     978    "code": 0, 
     979    "msg":"提交成功", 
     980    "id":"5131512315" 
     981} 
     982}}} 
     983**返回参数说明** 
     984||= 参数名 =||= 参数含义 =|| 
     985||code||返回码,成功(0),失败(1)|| 
     986||msg||返回码描述信息|| 
     987||id||手机or订单号,待定|| 
     988[[BR]]