This commit is contained in:
richboo111
2023-01-31 18:16:49 +08:00
parent 5fadd0f549
commit b5d7667e3e

View File

@@ -78,6 +78,7 @@ func (a *API) AccessAPI(baseUrl, actionApi, method string, bizParams map[string]
//完整请求url //完整请求url
fullPath := utils.GenerateGetURL(baseUrl, actionApi, nil) fullPath := utils.GenerateGetURL(baseUrl, actionApi, nil)
globals.SugarLogger.Debugf("uupt fullPath======%s", fullPath) globals.SugarLogger.Debugf("uupt fullPath======%s", fullPath)
globals.SugarLogger.Debugf("uupt a.appid=====%s", a.appid)
//发送请求 //发送请求
sendUrl := func() *http.Request { sendUrl := func() *http.Request {
var request *http.Request var request *http.Request