无关风月
20 小时以前 5dc40fcd64b0513150f1d8335ab849e6d8cdc28e
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);
}