支付方式接口修改

This commit is contained in:
张松 2025-03-04 16:26:57 +08:00
parent e159de4b4a
commit 283cd93034
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class ShopInfoController {
if (StpKit.USER.isAdmin() || StpKit.USER.getShopId().equals(id)) {
return CzgResult.success(shopInfoService.detail(id));
}
return CzgResult.failure("店铺信息不存在");
return CzgResult.success(shopInfoService.detail(StpKit.USER.getShopId()));
}
/**