ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/service/RemoteShopService.java
@@ -162,4 +162,17 @@ */ @PostMapping("/shop/getShopProportion") R<ShopProportionVo> getShopProportion(@RequestBody Long shopId); @PostMapping("/shop/listShopIdByCityCode") R<List<Long>> listShopIdByCityCode(@RequestBody List<String> cityCodes); /** * @description 获取今日任务通知 * @author jqs * @date 2023/8/29 15:05 * @param * @return R<List<MgtUserTaskMsgVo>> */ @PostMapping("/shop/getTaskMsgList") R<List<MgtUserTaskMsgVo>> getTaskMsgList(); }