puzhibing
2025-07-31 f2f73975fdc5e79b2eddb0cb3fc07f65c11636a5
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);
}