From 18d71cbb4db46a416361ccaa2b9431d6e7643776 Mon Sep 17 00:00:00 2001 From: chenweijian <820961417@qq.com> Date: Wed, 12 Jul 2023 10:45:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BE=E5=AF=B9=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...2\272\346\264\276\345\257\271\347\224\263\350\257\267.sql" | 4 ++++ route/invite_r/party_invite.go | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git "a/mysql/\346\226\260\344\272\272\346\264\276\345\257\271\347\224\263\350\257\267.sql" "b/mysql/\346\226\260\344\272\272\346\264\276\345\257\271\347\224\263\350\257\267.sql" index f6ea713..fb89b11 100644 --- "a/mysql/\346\226\260\344\272\272\346\264\276\345\257\271\347\224\263\350\257\267.sql" +++ "b/mysql/\346\226\260\344\272\272\346\264\276\345\257\271\347\224\263\350\257\267.sql" @@ -29,3 +29,7 @@ VALUES ('en', '', 'The welcome party application of user {nick} (ID: {diamondInc ('en', '', 'Welcome party application, please click to enter', 'https://image.whoisamy.shop/hilo/manager/welcomeparty.png', 1, 61, 1, 'https://h5.whoisamy.shop/action/hiloHtml/2023Activity/2023_7_03WelcomeParty/index.html'), ('tr', '', 'hoşgeldin partisi uygulaması, girmek için lütfen tıklayınız', 'https://image.whoisamy.shop/hilo/manager/welcomeparty.png', 1, 61, 1, 'https://h5.whoisamy.shop/action/hiloHtml/2023Activity/2023_7_03WelcomeParty/index.html'); + +INSERT INTO mgr_permission_config (id, parent_id, name, method_url, `type`) +VALUES(3224, 2663, '欢迎派对审核', 'POST:/v1/mgr/invite/apply?$', 0), + (3225, 2663, '欢迎派对审核-列表', 'GET:/v1/mgr/invite/apply?$', 0); diff --git a/route/invite_r/party_invite.go b/route/invite_r/party_invite.go index b6d1019..ffdd5ac 100644 --- a/route/invite_r/party_invite.go +++ b/route/invite_r/party_invite.go @@ -228,7 +228,8 @@ func InviteApplyList(c *gin.Context) (*mycontext.MyContext, error) { // @Router /v2/user/invite/platform [get] func PromotionPlatform(c *gin.Context) (*mycontext.MyContext, error) { myCtx := mycontext.CreateMyContext(c.Keys) - resp.ResponseOk(c, []string{"Falla", "Yalla", "Whisper", "Ahlan", "Mashi", "YoYo", "Yoho", "Echo", "Hawa", "Yalla Ludo", "Hafla"}) + resp.ResponseOk(c, []string{"Falla", "Yalla", "Whisper", "Ahlan", "Mashi", "YoYo", "Yoho", "Echo", "Hawa", + "Yalla Ludo", "Hafla", "Imo", "Ola Party", "ShareChat", "Viya", "Hello Yo", "Bigo Live", "Hago"}) return myCtx, nil } -- 2.22.0