Changes between Version 100 and Version 101 of pcautofinance1.0_developers/interfaces


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

--

Legend:

Unmodified
Added
Removed
Modified
  • pcautofinance1.0_developers/interfaces

    v100 v101  
    10391039||icon||个人资质图标|| 
    10401040[[BR]] 
     1041 
     1042 
     1043 
     1044== 21. 发送验证码申请接口(WAP) == 
     1045'''(pc端开发中)'''[[BR]] 
     1046pc接口:'''http:// '''[[BR]] 
     1047 
     1048**原型** 
     1049> [http://trac.pc.com.cn/mobile/pototype/pcauto-finance/wap/WAP_v1.09_20150915/#p=11_2_1、引导用户输入手机号码  点击前往] [[BR]]   
     1050**说明** 
     1051>发起向用户手机发送验证码的申请 
     1052**调用方式** 
     1053>post 
     1054**请求参数** 
     1055||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必需 =||=说明=|| 
     1056||tel||手机号||long||无||是||-|| 
     1057 
     1058**返回数据** 
     1059{{{#!java 
     1060{ 
     1061    "code": 0, 
     1062    "msg":"发起成功" 
     1063} 
     1064}}} 
     1065**返回参数说明** 
     1066||= 参数名 =||= 参数含义 =|| 
     1067||code||返回码,成功(0),失败(1)|| 
     1068||msg||返回码描述信息|| 
     1069[[BR]]