|
@@ -4,13 +4,11 @@ import cn.hutool.core.util.StrUtil;
|
|
|
import com.cyksj.dto.Result;
|
|
import com.cyksj.dto.Result;
|
|
|
import com.cyksj.enums.GatewayResponse;
|
|
import com.cyksj.enums.GatewayResponse;
|
|
|
import com.cyksj.service.corp.CorpFollowActiveCodeFrontService;
|
|
import com.cyksj.service.corp.CorpFollowActiveCodeFrontService;
|
|
|
|
|
+import com.cyksj.service.distribute.equipment.EquipmentDistributeService;
|
|
|
import com.cyksj.service.user.UserService;
|
|
import com.cyksj.service.user.UserService;
|
|
|
import com.cyksj.web.util.StpUserUtil;
|
|
import com.cyksj.web.util.StpUserUtil;
|
|
|
import lombok.RequiredArgsConstructor;
|
|
import lombok.RequiredArgsConstructor;
|
|
|
-import org.springframework.web.bind.annotation.GetMapping;
|
|
|
|
|
-import org.springframework.web.bind.annotation.PathVariable;
|
|
|
|
|
-import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
|
-import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
|
+import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 项目名: yhlxj
|
|
* 项目名: yhlxj
|
|
@@ -26,6 +24,8 @@ public class CorpFollowActiveCodeController {
|
|
|
|
|
|
|
|
private final UserService userService;
|
|
private final UserService userService;
|
|
|
|
|
|
|
|
|
|
+ private final EquipmentDistributeService equipDistributeService;
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* 活动活码落地页 获取对应客服二维码
|
|
* 活动活码落地页 获取对应客服二维码
|
|
|
*/
|
|
*/
|