浏览代码

增加APP分享链接生成游戏ID

alexzy 1 年之前
父节点
当前提交
7e5aaff00d
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/GameDownServiceInterface.php

+ 2 - 1
src/GameDownServiceInterface.php

@@ -28,9 +28,10 @@ interface GameDownServiceInterface
      * @param int $promote_id
      * @param int $time
      * @param int $code
+     * @param int $game_id
      * @return mixed
      */
-    public function downAppUrl(int $promote_id = 0, int $time = 0, int $code = 0);
+    public function downAppUrl(int $promote_id = 0, int $time = 0, int $code = 0, int $game_id = 0);
 
     /**
      * 获取加密游戏下载地址