Parcourir la source

增加原包查询

alexzy il y a 4 ans
Parent
commit
a37b72013b
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8 0
      src/GameSourceServiceInterface.php

+ 8 - 0
src/GameSourceServiceInterface.php

@@ -0,0 +1,8 @@
+<?php
+
+namespace Yxy\Service;
+
+interface GameSourceServiceInterface
+{
+    public function getById(int $id, array $field = ['*']): array;
+}