Pu Zhibing
4 天以前 6c3f781630bc0c559ceca1a69d4c9e7e33e5daf1
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);
}