|  | @@ -3,16 +3,15 @@ package com.yami.shop.service.hb.impl;
 | 
	
		
			
				|  |  |  import com.alibaba.fastjson.JSON;
 | 
	
		
			
				|  |  |  import com.alibaba.fastjson.JSONObject;
 | 
	
		
			
				|  |  |  import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
 | 
	
		
			
				|  |  | +import com.yami.shop.bean.dto.hb.HBBaseReq;
 | 
	
		
			
				|  |  | +import com.yami.shop.bean.dto.hb.HBStoreBaseInfoReq;
 | 
	
		
			
				|  |  | +import com.yami.shop.bean.dto.hb.StoreRegister;
 | 
	
		
			
				|  |  | +import com.yami.shop.bean.model.hb.StoreManagement;
 | 
	
		
			
				|  |  | +import com.yami.shop.common.util.hb.HBR;
 | 
	
		
			
				|  |  | +import com.yami.shop.service.hb.IStoreManagementService;
 | 
	
		
			
				|  |  | +import com.yami.shop.utils.HBSignUtil;
 | 
	
		
			
				|  |  |  import lombok.AllArgsConstructor;
 | 
	
		
			
				|  |  |  import lombok.extern.slf4j.Slf4j;
 | 
	
		
			
				|  |  | -import org.gather.zswl.common.dto.HBBaseReq;
 | 
	
		
			
				|  |  | -import org.gather.zswl.core.dao.StoreManagementDao;
 | 
	
		
			
				|  |  | -import org.gather.zswl.core.entity.StoreManagement;
 | 
	
		
			
				|  |  | -import org.gather.zswl.platform.dto.HBStoreBaseInfoReq;
 | 
	
		
			
				|  |  | -import org.gather.zswl.platform.dto.StoreRegister;
 | 
	
		
			
				|  |  | -import org.gather.zswl.platform.service.IStoreManagementService;
 | 
	
		
			
				|  |  | -import org.gather.zswl.platform.utils.HBR;
 | 
	
		
			
				|  |  | -import org.gather.zswl.platform.utils.HBSignUtil;
 | 
	
		
			
				|  |  |  import org.springframework.stereotype.Service;
 | 
	
		
			
				|  |  |  import org.springframework.transaction.annotation.Transactional;
 | 
	
		
			
				|  |  |  import org.springframework.util.StringUtils;
 | 
	
	
		
			
				|  | @@ -20,7 +19,8 @@ import org.springframework.util.StringUtils;
 | 
	
		
			
				|  |  |  import java.util.List;
 | 
	
		
			
				|  |  |  import java.util.Optional;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -import static org.gather.zswl.common.utils.HttpUtil.post;
 | 
	
		
			
				|  |  | +import static com.yami.shop.common.util.HttpUtil.post;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  /**
 | 
	
		
			
				|  |  |   * 门店管理服务实现
 |