소스 검색

增加更新打包状态

alexzy 3 년 전
부모
커밋
567ffdc602
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      src/PromoteApplyServiceInterface.php

+ 9 - 0
src/PromoteApplyServiceInterface.php

@@ -25,4 +25,13 @@ interface PromoteApplyServiceInterface
      * @return array
      */
     public function listBySearch(array $where = [], array $field = ['*'], int $page = 1, int $limit = 5, bool $count = false): array;
+
+    /**
+     * 更新打包状态
+     * @param $id
+     * @param $enable_status
+     * @param string $pack_url
+     * @return int
+     */
+    public function updateEnableStatus($id, $enable_status, string $pack_url = ''): int;
 }