main #101

Merged
李寻欢 merged 4 commits from main into hotfix 2024-08-21 10:13:26 +08:00
Showing only changes of commit e7358ce88c - Show all commits

View File

@ -16,6 +16,6 @@ func GetManagerUrl(wxId string) (url string) {
// base64一下
encodeString := base64.StdEncoding.EncodeToString([]byte(url))
// 拼接新链接(这个是一个已备案的域名)
url = "https://redirect.wjg95.cn/?s=" + encodeString
url = "https://redirect.gitee.ltd/?s=" + encodeString
return
}