From d8c84d5167c6919109fd169ecd517aba75c6cc7a Mon Sep 17 00:00:00 2001 From: torsenli Date: Wed, 9 Mar 2022 03:03:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E7=BA=A6=E9=A1=B5=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E8=8B=B1=E6=96=87=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } }