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