weixin_login
guange 9 years ago
parent 3582849ef3
commit 46018ad388

@ -24,7 +24,7 @@ app.controller('LoginController', ['$scope', '$http', '$location', '$routeParams
auth.getOpenId().then(
function(openid){
return $http.post(
config.apiUrl + "wxbind",
config.apiUrl + "users/wxbind",
{login: user.login, password: user.password, openid: openid}
);
}

Loading…
Cancel
Save