cms icon indicating copy to clipboard operation
cms copied to clipboard

ss7.0 验证码api获取不到验证码

Open xuezhener opened this issue 5 years ago • 2 comments

@starlying 报错500,不返回验证码

xuezhener avatar Jan 09 '21 09:01 xuezhener

遇到同样的问题,验证码不显示

zll176 avatar Feb 03 '21 02:02 zll176

axios.post('/api/v1/captcha').then(function (response) { var res = response.data; document.getElementById("imgCaptcha").src = "/api/v1/captcha/" + res.value; }).catch(function (error) { console.log(error); }).then(function () { // utils.loading($this, false); });

zhengeili avatar Nov 16 '23 08:11 zhengeili