Compare commits
No commits in common. "e7358ce88c056ba3c0be66576524523985f3a47e" and "ec1948c6cebccec0f9c860e1f25b105478b4b95d" have entirely different histories.
e7358ce88c
...
ec1948c6ce
@ -16,6 +16,6 @@ func GetManagerUrl(wxId string) (url string) {
|
||||
// base64一下
|
||||
encodeString := base64.StdEncoding.EncodeToString([]byte(url))
|
||||
// 拼接新链接(这个是一个已备案的域名)
|
||||
url = "https://redirect.gitee.ltd/?s=" + encodeString
|
||||
url = "https://redirect.wjg95.cn/?s=" + encodeString
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user