| | |
| | | import com.ruoyi.system.api.domain.vo.PayInfoVO; |
| | | import com.ruoyi.system.api.domain.vo.WdMemberAuctionSalesroomVO; |
| | | import java.io.IOException; |
| | | import java.util.Collection; |
| | | import java.util.List; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | |
| | |
| | | * |
| | | * @param id 拍卖场商品id |
| | | */ |
| | | void stopCurrentGoods(Long id); |
| | | void stopCurrentGoods(Long id) throws JsonProcessingException; |
| | | |
| | | /** |
| | | * 开始下一拍卖商品 |
| | | * |
| | | * @param id 拍卖场商品id |
| | | */ |
| | | void startNextGoods(Long id); |
| | | void startNextGoods(Long id) throws JsonProcessingException; |
| | | |
| | | /** |
| | | * 播放视频 |
| | |
| | | void startCurrentAuctionSalesroom(Long auctionSalesroomId) throws JsonProcessingException; |
| | | |
| | | void stopCurrentAuctionSalesroom(Long auctionSalesroomId) throws JsonProcessingException; |
| | | |
| | | List<AuctionSalesroom> getAuctionSalesroomByIds(Collection<Long> auctionSalesroomGoodsIdSet); |
| | | } |