|
@@ -10,4 +10,11 @@ interface QueueServiceInterface
|
|
|
* @return bool
|
|
* @return bool
|
|
|
*/
|
|
*/
|
|
|
public function push_notify_game(int $order_id): bool;
|
|
public function push_notify_game(int $order_id): bool;
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 生产延时消息队列
|
|
|
|
|
+ * @param int $game_id
|
|
|
|
|
+ * @param int $down_time
|
|
|
|
|
+ */
|
|
|
|
|
+ public function push_game_down(int $game_id, int $down_time): bool;
|
|
|
}
|
|
}
|