Selaa lähdekoodia

增加原包查询

alexzy 3 vuotta sitten
vanhempi
commit
a37b72013b
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  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;
+}