This commit is contained in:
苏尹岚
2020-12-16 08:53:16 +08:00
parent 5778298819
commit 680e9ba05d
7 changed files with 51 additions and 12 deletions

View File

@@ -1110,8 +1110,8 @@ func (a *API) GetJdStoreInfo(vendorStoreID string) (retVal interface{}, err erro
jdParams := map[string]interface{}{
"_djrandom": time.Now().UnixNano(),
"functionId": "store/storeDetailV220",
"body": `{"storeId":"` + vendorStoreID + `"}`,
"appVersion": "8.3.0",
"body": `{"refPageSource":"home","storeId":"` + vendorStoreID + `","skuId":"","activityId":"","promotionType":"","longitude":104.0455,"latitude":30.693336,"missionId":"","sourcePage":"","keyWord":"","source":"","cateName":"","channelId":"","pageSource":"store","ref":"home","ctp":"storeinfo"}`,
"appVersion": "8.4.5",
"appName": "paidaojia",
"platCode": "H5",
}