Compare commits
2 Commits
888702297f
...
d058b58cd0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d058b58cd0 | ||
|
|
8df1fa9fc8 |
@@ -16,7 +16,7 @@ import javax.annotation.Resource;
|
|||||||
* @description:
|
* @description:
|
||||||
*/
|
*/
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("order")
|
@RequestMapping("/order")
|
||||||
public class OrderController {
|
public class OrderController {
|
||||||
|
|
||||||
public static String TOKEN = "cc0313";
|
public static String TOKEN = "cc0313";
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ import org.apache.rocketmq.common.message.Message;
|
|||||||
import org.apache.rocketmq.spring.core.RocketMQTemplate;
|
import org.apache.rocketmq.spring.core.RocketMQTemplate;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user