支付方式接口修改
This commit is contained in:
parent
e159de4b4a
commit
283cd93034
|
|
@ -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()));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue