Explorar el Código

增加原包查询

alexzy hace 3 años
padre
commit
a37b72013b
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  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;
+}