File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class QueueTool
1717 /**
1818 * 获取队列状态
1919 *
20- * @CommandAction("status")
20+ * @CommandAction(name= "status", description="获取队列状态 ")
2121 * @Argument(name="queue", type="string", required=true)
2222 *
2323 * @return void
@@ -30,7 +30,7 @@ public function status(string $queue)
3030 /**
3131 * 将失败消息恢复到队列.
3232 *
33- * @CommandAction("restoreFail")
33+ * @CommandAction(name= "restoreFail", description="将失败消息恢复到队列 ")
3434 * @Argument(name="queue", type="string", required=true)
3535 *
3636 * @return void
@@ -43,7 +43,7 @@ public function restoreFail(string $queue)
4343 /**
4444 * 将超时消息恢复到队列.
4545 *
46- * @CommandAction("restoreTimeout")
46+ * @CommandAction(name= "restoreTimeout", description="将超时消息恢复到队列 ")
4747 * @Argument(name="queue", type="string", required=true)
4848 *
4949 * @return void
You can’t perform that action at this time.
0 commit comments