diff --git a/platformapi/jdshopapi/store_page.go b/platformapi/jdshopapi/store_page.go index 05a9d50f..3e8339ac 100644 --- a/platformapi/jdshopapi/store_page.go +++ b/platformapi/jdshopapi/store_page.go @@ -4,6 +4,7 @@ import ( "bytes" "encoding/json" "fmt" + "git.rosy.net.cn/jx-callback/globals" "math/rand" "mime/multipart" "net/http" @@ -60,6 +61,7 @@ func (a *API) AccessStorePage(fullURL string, bizParams map[string]interface{}, request, _ = http.NewRequest(http.MethodGet, utils.GenerateGetURL(fullURL, "", bizParams), nil) } a.FillRequestCookies(request) + globals.SugarLogger.Debugf("AccessStorePageAccessStorePageAccessStorePage request", utils.Format4Output(request, true)) return request }, a.config,