puzhibing
2024-03-12 7cd3dea07f5b7cefad9dea9fd7daf992449aaac8
cloud-server-competition/src/main/java/com/dsh/competition/feignclient/other/StoreClient.java
@@ -13,10 +13,16 @@
 */
@FeignClient("mb-cloud-other")
public interface StoreClient {
    /**
     * 根据运营商id获取对应运营商商户号
     * @return
     */
    @PostMapping("/base/getSMIDByOperatorId")
    String getSMIDByOperatorId(Integer id);
    /**
     * 根据名称模糊搜索门店
     *
     * @param name
     * @return
     */
@@ -26,6 +32,7 @@
    /**
     * 根据门店id获取门店信息
     *
     * @param id
     * @return
     */