Merge branch 'jdshop' of e.coding.net:rosydev/jx-callback into jdshop
This commit is contained in:
@@ -168,18 +168,6 @@ func CreateFenceByStore(appOrgCode string, storeID int64) (fenceID string, err e
|
||||
}
|
||||
}
|
||||
|
||||
//直接创建电子围栏方式 暂时未使用
|
||||
func CreateFenceDirectly(param warehouse_createFence_request.WarehouseCreateFenceParam) (fenceID string, err error) {
|
||||
info := &warehouse_createFence_request.WarehouseCreateFenceParam{
|
||||
FenceInfo: param.FenceInfo,
|
||||
}
|
||||
resp, err := getAPI("", 0, "").CreateFence(info)
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
return resp.FenceId, err
|
||||
}
|
||||
|
||||
// 通过门店更新电子围栏
|
||||
func UpdateFenceByStore(appOrgCode, outFenceID string, storeID int) error {
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user