Ver código fonte

增加原包查询

alexzy 3 anos atrás
pai
commit
a37b72013b
1 arquivos alterados com 8 adições e 0 exclusões
  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;
+}