| | |
| | | |
| | | 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; |
| | |
| | | */ |
| | | @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); |
| | | } |