Browse Source

no message

xingzai 9 months ago
parent
commit
2a860f36d7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      services/yidong.go

+ 2 - 1
services/yidong.go

@@ -123,7 +123,8 @@ func GetYiDongOriginalLink(item *models.ActivityDetail) (yidongLongLink string,
 		}
 	}()
 	if utils.RunMode == "debug" {
-		yidongLongLink = "https://services.easy-board.com.cn/oauth/authorize?client_id=6032b613f1dea1d0&response_type=token&scope=read&grant_type=implicit&redirect_uri=https://mobile.valueonline.cn/h5ActivitySign202104/%23/activeIndex?activtyId=1180584154920759717%26isApp=0%26source=11%26fromHz=true%26tgc=TGT-651-QCmIjeBfItMlHCIscrAC4uTVkj4bjxEEPNv"
+		yidongLongLink = "https://services.easy-board.com.cn/oauth/authorize?client_id=6032b613f1dea1d0&response_type=token&scope=read&grant_type=implicit&redirect_uri=https://mobile.valueonline.cn/h5ActivitySign202104/%23/activeIndex?activtyId=1180584154920759717%26isApp=0%26source=11%26fromHz=true%26tgc=TGT-680-DNAbdaxZwRmbtI7R3MRGspvwHYArzyoeXbQ"
+		return
 	}
 	sliceYidongActivityUrl := strings.Split(item.YidongActivityUrl, "/")
 	var shortLink string