Browse Source

调整对象参数

alexzy 3 years ago
parent
commit
023af46327
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/PromoteApplyServiceInterface.php

+ 2 - 2
src/PromoteApplyServiceInterface.php

@@ -31,8 +31,8 @@ interface PromoteApplyServiceInterface
     /**
      * 更新打包状态
      * @param $id
-     * @param UpdateEnableStatus $updateEnableStatus
+     * @param UpdateEnableStatus|array $updateEnableStatus
      * @return int
      */
-    public function updateEnableStatus($id, UpdateEnableStatus $updateEnableStatus): int;
+    public function updateEnableStatus($id, $updateEnableStatus): int;
 }