支付方式列表放开
This commit is contained in:
@@ -27,7 +27,7 @@ public class ShopPayTypeController {
|
|||||||
/**
|
/**
|
||||||
* 支付方式列表
|
* 支付方式列表
|
||||||
*/
|
*/
|
||||||
@SaAdminCheckPermission(value = "shopPayType:list", name = "支付方式列表")
|
// @SaAdminCheckPermission(value = "shopPayType:list", name = "支付方式列表")
|
||||||
@GetMapping
|
@GetMapping
|
||||||
public CzgResult<List<ShopPayType>> list() {
|
public CzgResult<List<ShopPayType>> list() {
|
||||||
return CzgResult.success(shopPayTypeService.getList(StpKit.USER.getShopId()));
|
return CzgResult.success(shopPayTypeService.getList(StpKit.USER.getShopId()));
|
||||||
|
|||||||
Reference in New Issue
Block a user