You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/12/15 11:12:19 UTC

[GitHub] [rocketmq-dashboard] zhangjidi2016 commented on a change in pull request #52: [ISSUE #50]Modify the suffix of the interface name.

zhangjidi2016 commented on a change in pull request #52:
URL: https://github.com/apache/rocketmq-dashboard/pull/52#discussion_r769526793



##########
File path: src/main/java/org/apache/rocketmq/dashboard/controller/DlqMessageController.java
##########
@@ -83,7 +83,7 @@ public Object batchResendDlqMessage(@RequestBody List<DlqMessageRequest> dlqMess
         return dlqMessageService.batchResendDlqMessage(dlqMessages);
     }
 
-    @PostMapping(value = "/batchExportDlqMessage.query")
+    @PostMapping(value = "/batchExportDlqMessage.do")

Review comment:
       The exportDlqMessage uses the get request for easy export in dlqMessage.js using window.location.href
   ![image](https://user-images.githubusercontent.com/18254437/146176312-486cb714-8e8c-46e3-9823-fc14919f8356.png)
   
   




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org