springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/MicroCommercialStreetApi.java
@@ -613,4 +613,13 @@ public R getMcsProduct(@RequestParam("productId") Long productId) { return mcsProductService.getMcsProduct(productId); } /** * 定时任务-每隔5分钟执行一次,将已到期的微商业街游戏结束 * @return */ @GetMapping("/endStatusForMcsGame") public R endStatusForMcsGame() { return mcsGameService.endStatusForMcsGame(); } }