Explorar o código

增加生产游戏通知队列服务

alexzy %!s(int64=3) %!d(string=hai) anos
pai
achega
d65886b37a
Modificáronse 1 ficheiros con 13 adicións e 0 borrados
  1. 13 0
      src/QueueServiceInterface.php

+ 13 - 0
src/QueueServiceInterface.php

@@ -0,0 +1,13 @@
+<?php
+
+namespace Yxy\Service;
+
+interface QueueServiceInterface
+{
+    /**
+     * 生产游戏通知消息队列
+     * @param int $order_id
+     * @return bool
+     */
+    public function push_notify_game(int $order_id): bool;
+}