|
|
@@ -23,6 +23,15 @@ interface GameDownServiceInterface
|
|
|
*/
|
|
|
public function downUrl(string $game_id, $promote_id = 0, int $time = 100);
|
|
|
|
|
|
+ /**
|
|
|
+ * 获取渠道APP下载链接下载地址
|
|
|
+ * @param int $promote_id
|
|
|
+ * @param int $time
|
|
|
+ * @param int $code
|
|
|
+ * @return mixed
|
|
|
+ */
|
|
|
+ public function downAppUrl(int $promote_id = 0, int $time = 0, int $code = 0);
|
|
|
+
|
|
|
/**
|
|
|
* 获取加密游戏下载地址
|
|
|
* @param string $token 临时token
|