diff --git a/platformapi/jdshopapi/store_page.go b/platformapi/jdshopapi/store_page.go index 079a8c88..0a5be768 100644 --- a/platformapi/jdshopapi/store_page.go +++ b/platformapi/jdshopapi/store_page.go @@ -723,21 +723,21 @@ func (a *API) UpdateBasic(updateBasicParam *UpdateBasicParam) (err error) { _, err = a.AccessStorePage2("https://o2o-stores.shop.jd.com/shop/updateBasic?version=1.0.0&source=pc&requestId="+utils.Int64ToStr(reqID), map[string]interface{}{ "storeId": updateBasicParam.StoreID, "qualificationRequests": updateBasicParam.QualificationRequests, - //"storeName": updateBasicParam.StoreName, - "categoryId2": updateBasicParam.CategoryID2, - "coordinate": updateBasicParam.Coordinate, - "bussinessBeginTime": updateBasicParam.BussinessBeginTime, - "bussinessEndTime": updateBasicParam.BussinessEndTime, - "imgUrl": updateBasicParam.ImgURL, - "storePhone": updateBasicParam.StorePhone, - "addName": updateBasicParam.AddName, - "addCode1": updateBasicParam.AddCode1, - "addCode2": updateBasicParam.AddCode2, - "addCode3": updateBasicParam.AddCode3, - "categoryId1": updateBasicParam.CategoryID1, - "version": "1.0.0", - "source": "pc", - "requestId": reqID, + "storeName": updateBasicParam.StoreName, + "categoryId2": updateBasicParam.CategoryID2, + "coordinate": updateBasicParam.Coordinate, + "bussinessBeginTime": updateBasicParam.BussinessBeginTime, + "bussinessEndTime": updateBasicParam.BussinessEndTime, + "imgUrl": updateBasicParam.ImgURL, + "storePhone": updateBasicParam.StorePhone, + "addName": updateBasicParam.AddName, + "addCode1": updateBasicParam.AddCode1, + "addCode2": updateBasicParam.AddCode2, + "addCode3": updateBasicParam.AddCode3, + "categoryId1": updateBasicParam.CategoryID1, + "version": "1.0.0", + "source": "pc", + "requestId": reqID, }, true) return err }