Commit 601449d3 authored by jiaorz's avatar jiaorz

消息队列修改

parent da133f24
......@@ -19,8 +19,8 @@ public class MQSenderController {
}
@PostMapping(value = "/app/unauth/sendMessage")
public ObjectRestResponse sendPostMessage(String exchange, String routKey, String json) {
return mqServiceBiZ.sendMessage(exchange, routKey, json);
public ObjectRestResponse sendPostMessage(@RequestParam("json") String json) {
return mqServiceBiZ.sendMessage("","", json);
}
@PostMapping(value = "/sendMessage")
......
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