Commit fa65c2ad authored by jiaorz's avatar jiaorz

消息队列bug

parent 897c6d95
......@@ -26,7 +26,6 @@ public class MQSenderController {
@PostMapping(value = "/sendMessage")
@ResponseBody
public ObjectRestResponse sendMessage(@RequestBody SendMsgDTO dto) {
String string = "{\"integralRuleCode\":\"SHARE\", \"userId\":75}";
return mqServiceBiZ.sendMessage(dto.getExchange(), dto.getRoutKey(), dto.getJson());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment