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