This commit is contained in:
苏尹岚
2021-03-01 14:31:03 +08:00
parent 1ba648d99c
commit 34af8ec1ed
2 changed files with 4 additions and 3 deletions

View File

@@ -847,7 +847,7 @@ func (a *API) UpdateExpand(storeID int) (err error) {
//更新门店围栏等
//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()
result, err := a.AccessStorePage2("https://o2o-stores.shop.jd.com/shop/createGisFence", map[string]interface{}{
"storeIds": storeID,

File diff suppressed because one or more lines are too long