报错信息前端代码var obj = $("input[name=mobile]");var jsondata = {"phone":obj.val()};$.post("http://localhost:80/api/user/register/captcha", JSON.stringify(jsondata), function(ret) { if (ret.status == 0) { popup(ret.info); return false; } $("input[name=vcode]").removeAttr('disabled'); _status(60);}, 'json');我用postman可以正常使用接口,但是ajax不行。
添加回答
举报
0/150
提交
取消