- update jd store phone and mobile.
This commit is contained in:
@@ -113,6 +113,8 @@ func (p *PurchaseHandler) UpdateStore(db *dao.DaoDB, storeID int, userName strin
|
||||
"lat": jxutils.IntCoordinate2Standard(store.Lat),
|
||||
"city": store.JdCityCode,
|
||||
"county": store.JdDistrictCode,
|
||||
"phone": store.Tel1,
|
||||
"mobile": store.Tel2,
|
||||
}
|
||||
if store.DeliveryRangeType == model.DeliveryRangeTypePolygon {
|
||||
params["coordinatePoints"] = store.DeliveryRange
|
||||
|
||||
Reference in New Issue
Block a user