修改计划任务rpc

parent a68ca53e
...@@ -19,7 +19,7 @@ interface DispatchPlanServiceInterface ...@@ -19,7 +19,7 @@ interface DispatchPlanServiceInterface
* Date: 2020/6/13 * Date: 2020/6/13
* @return array * @return array
*/ */
public function listRefundTasks(array $conditions, int $pageSize) : array; public function listRefundTasks(array $conditions = [], int $pageSize = 10) : array;
...@@ -30,7 +30,7 @@ interface DispatchPlanServiceInterface ...@@ -30,7 +30,7 @@ interface DispatchPlanServiceInterface
* Date: 2020/6/13 * Date: 2020/6/13
* @return array * @return array
*/ */
public function listRefundProducts(array $conditions) :array; public function listRefundProducts(array $conditions = []) :array;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment