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