This commit is contained in:
邹宗楠
2023-09-06 15:12:04 +08:00
parent 5ed3015c61
commit e75f8d737e
3 changed files with 0 additions and 8 deletions

View File

@@ -3,7 +3,6 @@ package weixinapi
import (
"bytes"
"fmt"
"git.rosy.net.cn/jx-callback/globals"
"math/rand"
"mime/multipart"
"net/http"
@@ -93,8 +92,6 @@ func (a *API) AccessAPI(action string, params map[string]interface{}, body strin
params2["access_token"] = accessToken
}
globals.SugarLogger.Debugf("AccessAPI====================== :%s", utils.Format4Output(params2, false))
fullURL := utils.GenerateGetURL(prodURL, action, params2)
// baseapi.SugarLogger.Debug(fullURL)