jdk17
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user