liujie
4 天以前 dd556df997e268153bf1a74616f49b25db11ed3f
cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/feignclient/other/StoreClient.java
@@ -2,6 +2,7 @@
import com.dsh.communityWorldCup.feignclient.other.model.Store;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.PostMapping;
import java.util.List;
@@ -20,4 +21,8 @@
     */
    @PostMapping("/store/queryStoreById")
    Store queryStoreById(Integer id);
    @PostMapping("/base/getmerchantNumberByOperatorId/{id}")
    String getmerchantNumberByOperatorId(@PathVariable("id")Integer id);
    @PostMapping("/base/getmerchantNumberAliByOperatorId/{id}")
    String getmerchantNumberAliByOperatorId(@PathVariable("id")Integer id);
}