浏览代码

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

alexzy 1 年之前
父节点
当前提交
b284402cc9
共有 1 个文件被更改,包括 9 次插入0 次删除
  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;
 }