This commit is contained in:
苏尹岚
2021-03-19 18:31:53 +08:00
parent 89611d352e
commit 27124ecdbd

View File

@@ -838,7 +838,7 @@ func (a *API) UpdateExpand(storeID int) (err error) {
reqID := time.Now().Unix()
_, err = a.AccessStorePage2("https://o2o-stores.shop.jd.com/shop/updateExpand?version=1.0.0&source=pc&requestId="+utils.Int64ToStr(reqID), map[string]interface{}{
"storeId": storeID,
"deliveryPrice": 10,
"deliveryPrice": 0,
"weightLimit": 30,
"version": "1.0.0",
"source": "pc",