私域引流参数配置修改

This commit is contained in:
gong
2025-12-15 13:52:46 +08:00
parent bf1a4fbff7
commit 6a822bf673
7 changed files with 65 additions and 35 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