1
This commit is contained in:
@@ -175,7 +175,10 @@ func CheckBoosGroupChat(store *dao.StoreDetail2) ([]string, error) {
|
||||
}
|
||||
|
||||
// 获取企业微信token
|
||||
func GetEnterpriseTokenInfo() string {
|
||||
func GetEnterpriseTokenInfo() (string, string) {
|
||||
api.EnterpriseChatMin.CheckAccessTokenExpiresIn()
|
||||
api.EnterpriseChatHeadApi.CheckAccessTokenExpiresIn()
|
||||
return api.EnterpriseChatHeadApi.ReturnToken()
|
||||
return api.EnterpriseChatMin.ReturnToken(), api.EnterpriseChatHeadApi.ReturnToken()
|
||||
// 企业微信api
|
||||
//return api.EnterpriseChatHeadApi.ReturnToken()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user