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


Ignore:
Timestamp:
07/10/2014 05:01:10 PM (12 years ago)
Author:
hejingdong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.4.0/interface

    v8 v9  
    635635 缓存时间:无 
    636636 请求参数: 
     637设置referer为mobileRegister.jsp 
    637638        act = getPassword 不检查手机号码是否已经注册 
    638639        act = check 必须传 verificationCode = (验证码),检查验证码是否正确。 
     
    642643         
    643644        (以下两个参数为必填,为了防刷而添加的,vCodeKey为通过特定的MD5加密,VCodeTime为系统当前时间) 
    644         vCodeKey = 在出调用该接口页面前的java代码中生成 
    645         VCodeTime = 为系统当前时间 
     645        vCodeKey = sendVerificationCode.jsp+当前系统毫秒数  进行md5加密 
     646        VCodeTime = 为系统当前时间毫秒数 
    646647                    //取系统当前时间再和指定key做md5加密 
    647648                        String Vkey = "sendVerificationCode.jsp";