Browse Source

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

alexzy 1 year ago
parent
commit
7e5aaff00d
1 changed files with 2 additions and 1 deletions
  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);
 
     /**
      * 获取加密游戏下载地址