切换店铺 无权限问题

角色模板 关闭却新增问题
会员加入 时间
This commit is contained in:
2025-12-15 14:59:46 +08:00
parent bf1a4fbff7
commit 1d5ccbe74b
7 changed files with 24 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
/**
* 私域引流配置
* 管理端/私域引流配置
*
* @author Administrator
*/

View File

@@ -1,17 +1,16 @@
package com.czg.controller.user;
import com.czg.annotation.SaAdminCheckPermission;
import com.czg.market.dto.MkDrainageConfigDTO;
import com.czg.market.service.MkDrainageConfigService;
import com.czg.market.vo.MkDrainageConfigVO;
import com.czg.resp.CzgResult;
import com.czg.sa.StpKit;
import jakarta.annotation.Resource;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
/**
* 私域引流配置
* 用户端/私域引流配置
* @author Administrator
*/
@RestController