puzhibing
2024-02-29 8fb3fad4623a776023a717ad67b8944686c0226f
cloud-server-course/src/main/java/com/dsh/course/feignclient/other/StoreClient.java
@@ -16,10 +16,12 @@
@FeignClient("mb-cloud-other")
public interface StoreClient {
    /**
     * 根据管理员id获取
     * 根据运营商id获取对应运营商商户号
     * @return
     */
    @PostMapping("/base/getSMIDByOperatorId")
    String getSMIDByOperatorId(Integer id);
    /**
     * 根据名称模糊搜索门店
     *