@@ -43,4 +43,13 @@ interface RechargeServiceInterface
* @example {"discount":0}
*/
public function getDiscount(int $platform_id, string $third_id, string $user_name, float $num): array;
+
+ /**
+ * 查询游戏信息
+ * @param int $platform_id
+ * @param string $third_id
+ * @return array
+ * @example {"down_url":0}
+ */
+ public function getGame(int $platform_id, string $third_id): array;
}