ソースを参照

增加原包查询

alexzy 3 年 前
コミット
a37b72013b
1 ファイル変更8 行追加0 行削除
  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;
+}