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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • pcautofinance1.0_developers/interfaces

    v101 v102  
    10681068||msg||返回码描述信息|| 
    10691069[[BR]] 
     1070 
     1071 
     1072 
     1073== 21. 核对验证码接口(WAP) == 
     1074'''(pc端开发中)'''[[BR]] 
     1075pc接口:'''http:// '''[[BR]] 
     1076 
     1077**原型** 
     1078> [http://trac.pc.com.cn/mobile/pototype/pcauto-finance/wap/WAP_v1.09_20150915/#p=11_2_1、引导用户输入手机号码  点击前往] [[BR]]   
     1079**说明** 
     1080>核对用户收取到的验证码是否与手机号一致 
     1081**调用方式** 
     1082>get 
     1083**请求参数** 
     1084||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必需 =||=说明=|| 
     1085||idenCode||验证码||int||无||是||-|| 
     1086 
     1087**返回数据** 
     1088{{{#!java 
     1089{ 
     1090    "code": 0, 
     1091    "msg":"验证成功" 
     1092} 
     1093}}} 
     1094**返回参数说明** 
     1095||= 参数名 =||= 参数含义 =|| 
     1096||code||返回码,成功(0),失败(1)|| 
     1097||msg||返回码描述信息|| 
     1098[[BR]]