This commit is contained in:
牛叉闪闪
2024-07-22 11:09:53 +08:00
parent 736e30543d
commit 45b5566e87
3 changed files with 13 additions and 8 deletions

View File

@@ -160,7 +160,7 @@ public class PayController {
@RequestParam("userId") String userId,
@RequestParam("shopId") String shopId
) {
return payService.getShopByMember(userId,shopId,page,pageSize);
return payService.getShopByMember(userId,shopId,page,pageSize);
}
@RequestMapping("queryMemberAccount")