This commit is contained in:
雷欧(林平凡)
2025-02-28 15:58:15 +08:00
parent 77a4b61c61
commit 765abc5889
9 changed files with 44 additions and 45 deletions

View File

@@ -3,11 +3,11 @@ package cn.van.business.controller.jd;
import cn.van.business.mq.MessageProducerService;
import cn.van.business.util.JDUtil;
import com.alibaba.fastjson2.JSONObject;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bind.annotation.RestController;
import javax.annotation.Resource;
/**
* @author Leo
@@ -20,9 +20,9 @@ import javax.annotation.Resource;
public class OrderController {
public static String TOKEN = "cc0313";
@Resource
@Autowired
private JDUtil jdUtils;
@Resource
@Autowired
private MessageProducerService messageProducerService;
public boolean checkToken(String token) {