huliguo
2025-08-01 8059e9b991c15edbac508e6b658a0d9571d11b1c
ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/service/RemoteShopService.java
@@ -250,6 +250,6 @@
     * @param shopId
     * @return
     */
    @PostMapping("/getMemberIngTotal")
    @PostMapping("/shop/getMemberIngTotal")
    R<List<Integer>> getMemberIngTotal(@RequestParam("shopId") Long shopId);
}