提交正式服务

This commit is contained in:
邹宗楠
2022-03-31 11:59:52 +08:00
parent e67805e229
commit 53fe82817f
2 changed files with 6 additions and 14 deletions

View File

@@ -17,14 +17,6 @@ import (
"git.rosy.net.cn/baseapi/utils"
)
const (
sigKey = "signature"
TestURL = "https://exam-anubis.ele.me/anubis-webapi"
URL = "https://open-anubis.ele.me/anubis-webapi"
tokenAction = "get_access_token"
)
func (a *API) SetToken(token string) {
a.locker.Lock()
defer a.locker.Unlock()