Skip to content

Commit

Permalink
fix email login problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Tan committed Aug 5, 2015
1 parent f93ba28 commit adeb448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/NetEaseMusic.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = {
url = 'http://music.163.com/weapi/login/cellphone/';
} else {
//邮箱登录
body.name = username;
body.username = username;
url = 'http://music.163.com/weapi/login/';
}

Expand Down

0 comments on commit adeb448

Please sign in to comment.