Changes between Version 8 and Version 9 of pconline_4.5.0/interface


Ignore:
Timestamp:
02/29/2016 04:30:14 PM (10 years ago)
Author:
luzhentao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pconline_4.5.0/interface

    v8 v9  
    286286|| desc ||处理状态描述|| 
    287287 
    288  
    289 === 1.8 意见反馈增加上传图片=== 
     288=== 1.8 验证手机号是否可用=== 
     289 
     290接口:http://passport3.pconline.com.cn/passport3/api/validate_mobile.jsp [[BR]] 
     291 
     292**说明** 
     293 
     294> 验证手机号是否可用 [[BR]] 
     295 
     296**缓存时间** 
     297 
     298>无 
     299 
     300**提交方式** 
     301 
     302>GET 
     303 
     304**是否登录** 
     305 
     306> 否 
     307 
     308**参数** 
     309||= 参数名 =||= 是否必需 =||= 默认值 =||=说明=|| 
     310|| mobile || 是 || ||手机号|| 
     311|| req_enc || 否 ||utf-8 ||提交编码|| 
     312|| resp_enc || 否 ||utf-8 ||返回编码|| 
     313 
     314**返回** 
     315{{{#!java 
     316 {"status":0,"desc":"OK"}' 
     317 {"status":41,"desc":"手机号必须输入","field":"mobile"} 
     318 {"status":42,"desc":"请输入正确的手机号码","field":"mobile"} 
     319 {"status":43,"desc":"该手机号码已经注册","field":"mobile"} 
     320}}} 
     321 
     322**返回参数说明** 
     323||= 参数名 =||= 参数含义 =|| 
     324|| status ||处理状态(0 为成功,其他为失败)|| 
     325|| desc ||处理状态描述|| 
     326 
     327 
     328=== 1.9 意见反馈增加上传图片=== 
    290329接口: [[BR]] 
    291330