| | |
| | | import com.ruoyi.system.api.domain.vo.MerGoodsPriceListVo; |
| | | import com.ruoyi.system.api.factory.RemoteGoodsFallbackFactory; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.PathVariable; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | |
| | |
| | | */ |
| | | @PostMapping("/goods/listGoodsNameByGoodsClass") |
| | | public R<List<String>> listGoodsNameByGoodsClass(@RequestBody Long classId); |
| | | |
| | | /** |
| | | * 推送微信小程序订阅消息 |
| | | * @param appointmentId |
| | | * @return |
| | | */ |
| | | @GetMapping("/live/push/{appointmentId}") |
| | | R<?> push(@PathVariable("appointmentId") Long appointmentId); |
| | | } |