aa
This commit is contained in:
@@ -847,7 +847,7 @@ func (a *API) UpdateExpand(storeID int) (err error) {
|
|||||||
|
|
||||||
//更新门店围栏等
|
//更新门店围栏等
|
||||||
//https://porder.shop.jd.com/order/orderlist/allOrders
|
//https://porder.shop.jd.com/order/orderlist/allOrders
|
||||||
func (a *API) CreateGisFence(storeID, kilometres int) (err error) {
|
func (a *API) CreateGisFence(storeID int, kilometres string) (err error) {
|
||||||
reqID := time.Now().Unix()
|
reqID := time.Now().Unix()
|
||||||
result, err := a.AccessStorePage2("https://o2o-stores.shop.jd.com/shop/createGisFence", map[string]interface{}{
|
result, err := a.AccessStorePage2("https://o2o-stores.shop.jd.com/shop/createGisFence", map[string]interface{}{
|
||||||
"storeIds": storeID,
|
"storeIds": storeID,
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user