登录获取验证码
This commit is contained in:
parent
8c14b34bc8
commit
57cc144256
|
@ -76,9 +76,8 @@ function FormDom(props) {
|
|||
'Accept': 'application/json',
|
||||
'Content-Type': 'application/x-www-form-urlencoded;charset=utf-8',
|
||||
}
|
||||
let uniques = xhr.getResponseHeader('unique_str')
|
||||
let uniques = xhr.getResponseHeader('Unique-Str')
|
||||
setUniquestr(uniques);
|
||||
console.log(uniquestr);
|
||||
var img = document.getElementById('captcha_img')
|
||||
var byteArray = new Uint8Array(response.target.response);
|
||||
var binary = '';
|
||||
|
|
Loading…
Reference in New Issue