From 396e730aa711627c7b5bba787b0e2cafefaed699 Mon Sep 17 00:00:00 2001 From: chenweijian <820961417@qq.com> Date: Tue, 8 Aug 2023 18:36:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E4=BA=BA=E9=82=80=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- domain/model/promotion_m/promotion_info.go | 2 +- route/invite_r/party_invite.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/domain/model/promotion_m/promotion_info.go b/domain/model/promotion_m/promotion_info.go index 8389284..39ebceb 100644 --- a/domain/model/promotion_m/promotion_info.go +++ b/domain/model/promotion_m/promotion_info.go @@ -9,7 +9,7 @@ import ( // 获取推广员平台 func GetPromotionPlatforms(model *domain.Model) []string { return []string{"Falla", "Yalla", "Whisper", "Ahlan", "Mashi", "YoYo", "Yoho", "Echo", "Hawa", "Yalla Ludo", "Hafla", - "Imo", "Ola Party", "ShareChat", "Viya", "Hello Yo", "Bigo Live", "Hago"} + "Imo", "Ola Party", "ShareChat", "Viya", "Hello Yo", "Bigo Live", "Hago", "Oye Talk"} } // 检查是否推广员 diff --git a/route/invite_r/party_invite.go b/route/invite_r/party_invite.go index d1b167a..672a364 100644 --- a/route/invite_r/party_invite.go +++ b/route/invite_r/party_invite.go @@ -231,7 +231,7 @@ func InviteApplyList(c *gin.Context) (*mycontext.MyContext, error) { 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", "Imo", "Ola Party", "ShareChat", "Viya", "Hello Yo", "Bigo Live", "Hago"}) + "Yalla Ludo", "Hafla", "Imo", "Ola Party", "ShareChat", "Viya", "Hello Yo", "Bigo Live", "Hago", "Oye Talk"}) return myCtx, nil } -- 2.22.0