From 4d50502e657d6a0c3119dd651b66b22057c5c73d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 20 May 2020 17:41:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95reqeust?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/jdshopapi/store_page.go | 1 + 1 file changed, 1 insertion(+) diff --git a/platformapi/jdshopapi/store_page.go b/platformapi/jdshopapi/store_page.go index a86201f6..2b643abf 100644 --- a/platformapi/jdshopapi/store_page.go +++ b/platformapi/jdshopapi/store_page.go @@ -35,6 +35,7 @@ func (a *API) AccessStorePage(fullURL string, bizParams map[string]interface{}, request.Header.Set(":method", "GET") request.Header.Set(":path", "/stores/updateStoreStatus?storeId=24332466&storeStatus=6") request.Header.Set(":scheme", "https") + } a.FillRequestCookies(request) return request