支付方式接口修改
This commit is contained in:
@@ -49,7 +49,7 @@ public class ShopInfoController {
|
|||||||
if (StpKit.USER.isAdmin() || StpKit.USER.getShopId().equals(id)) {
|
if (StpKit.USER.isAdmin() || StpKit.USER.getShopId().equals(id)) {
|
||||||
return CzgResult.success(shopInfoService.detail(id));
|
return CzgResult.success(shopInfoService.detail(id));
|
||||||
}
|
}
|
||||||
return CzgResult.failure("店铺信息不存在");
|
return CzgResult.success(shopInfoService.detail(StpKit.USER.getShopId()));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user