Commit 53f3996b by 肖康

修改邮箱问题

parent a59650dd
Showing with 1 additions and 1 deletions
......@@ -162,7 +162,7 @@ define('account', ['tool', 'liexin_pop', 'form', 'artTemplate'], function (requi
if (form.test(".changeEmailPop")) {
return
}
$.liexin_ajax('/api/auth/send_email_code', 'POST', {
$.liexin_ajax('/api/user/change_email', 'POST', {
password: $(".changeEmailPop .passwordemail").val(),
email: $(".changeEmailPop .emailval").val(),
email_code: $(".changeEmailPop .emailcodeval").val(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment