🎨 社区域名迁移

This commit is contained in:
Liang Ding 2020-10-13 21:56:20 +08:00
parent a0ec5a70b7
commit 7f9f726f71
No known key found for this signature in database
GPG Key ID: 136F30F901A2231D
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ import (
var logger = gulu.Log.NewLogger(os.Stdout)
// HacPaiURL is the URL of HacPai community.
const HacPaiURL = "https://hacpai.com"
const HacPaiURL = "https://ld246.com"
// HacPaiUserInfo returns HacPai community user info specified by the given access token.
func HacPaiUserInfo(accessToken string) (ret map[string]interface{}) {