Authored by htoooth

fix login

... ... @@ -15,8 +15,8 @@ class Api {
return $.get(this.url + '/home/next', {page, type});
}
getCode(shareUid) {
return $.post('', {shareUid});
getCode(params) {
return $.post('', params);
}
}
... ...