diff --git a/platformapi/jdshopapi/store_page.go b/platformapi/jdshopapi/store_page.go index ab23076f..ff0c4d79 100644 --- a/platformapi/jdshopapi/store_page.go +++ b/platformapi/jdshopapi/store_page.go @@ -25,7 +25,6 @@ func (a *API) AccessStorePage(fullURL string, bizParams map[string]interface{}, request, _ = http.NewRequest(http.MethodGet, utils.GenerateGetURL(fullURL, "", bizParams), nil) } a.FillRequestCookies(request) - fmt.Println("test1", utils.Format4Output(request.Cookies(), false)) return request }, a.config, diff --git a/platformapi/jdshopapi/store_page_test.go b/platformapi/jdshopapi/store_page_test.go index d0ed2e97..c465ac1e 100644 --- a/platformapi/jdshopapi/store_page_test.go +++ b/platformapi/jdshopapi/store_page_test.go @@ -22,7 +22,7 @@ func TestCreateShopCategory(t *testing.T) { } func TestUpdateStoreStatus(t *testing.T) { - err := api.UpdateStoreStatus(24332466, 6) + err := api.UpdateStoreStatus(24332466, 1) if err != nil { t.Fatal(err) }