Authored by htoooth

fix login

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