Browse Source

增加查询游戏折扣详情方法

alexzy 1 year ago
parent
commit
b284402cc9
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/promote/PromoteDiscountServiceInterface.php

+ 9 - 0
src/promote/PromoteDiscountServiceInterface.php

@@ -19,4 +19,13 @@ interface PromoteDiscountServiceInterface
      * @return array
      */
     public function childDiscountList($parent_id, array $child_games = []): array;
+
+    /**
+     * 查询游戏折扣详情
+     * @param $game_id
+     * @param $child_id
+     * @param $promote_id
+     * @return array
+     */
+    public function gameDiscountInfo($game_id, $child_id, $promote_id): array;
 }