diff --git a/api/profile.js b/api/profile.js index 0684b45..df57377 100755 --- a/api/profile.js +++ b/api/profile.js @@ -74,7 +74,7 @@ class Profile { return Serve.get('/generalize/poster',data) } static qrcode(){ - return Serve.get('/generalize/invite_qrcode') + return Serve.get('/generalize/invite_qrcode',data) } }