Changes between Version 9 and Version 10 of pcauto_4.4.0/interface


Ignore:
Timestamp:
07/14/2014 03:18:34 PM (12 years ago)
Author:
hejingdong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.4.0/interface

    v9 v10  
    661661{{{ 
    662662 备注:邮箱注册 
    663  请求URL: 
     663 请求URL:http://passport2.pconline.com.cn/passport2/api/registerForMobile.jsp 
    664664 HTTP请求方式:post 
    665665 是否需要登录:是 
     
    668668 缓存时间:无 
    669669 请求参数: 
    670           1). captcha :验证码 
    671           2). password :密码 
    672           3). passwordConfirm :重输密码 
    673           4). email :邮箱地址 
    674           5). return :返回地址(URL) 
     670        req_enc 提交编码 
     671        resp_enc        返回编码 
     672        mobile  手机号码 
     673        captcha 手机验证码 
     674        username        用户名 
     675        password        密码       
     676        passwordConfirm 确认密码 
    675677 返回参数: 
    676             status : 处理状态(0 为成功,其他为失败) 
    677             desc : 处理状态描述 
    678             accountId : 用户ID 
    679 }}} 
     678        {"status":2,"desc":" + message + ","field":"mobile"} 
     679        status = 0   注册成功; 
     680        status = -2  注册时发生未预期错误,请与管理员联系! 
     681        其他 field:出错位置 desc:错误信息  
     682}}}