支付方式列表放开

This commit is contained in:
张松
2025-03-03 15:00:35 +08:00
parent bdbe57afc7
commit 4c9673436e

View File

@@ -27,7 +27,7 @@ public class ShopPayTypeController {
/**
* 支付方式列表
*/
@SaAdminCheckPermission(value = "shopPayType:list", name = "支付方式列表")
// @SaAdminCheckPermission(value = "shopPayType:list", name = "支付方式列表")
@GetMapping
public CzgResult<List<ShopPayType>> list() {
return CzgResult.success(shopPayTypeService.getList(StpKit.USER.getShopId()));