This commit is contained in:
suyl
2021-06-22 13:41:17 +08:00
parent 53e74f914a
commit dc41b7f6e8

View File

@@ -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,