Commit 065f1683 authored by zhaopeng343's avatar zhaopeng343

修改RPC

parent 8528e30b
...@@ -83,7 +83,7 @@ interface SubOrderServiceInterface ...@@ -83,7 +83,7 @@ interface SubOrderServiceInterface
* ] * ]
* @return bool * @return bool
*/ */
public function purchaseCompleted($data): bool; public function purchaseCompleted($data,$type): bool;
/** /**
* 1688采购异常订单 修改OA子订单状态 * 1688采购异常订单 修改OA子订单状态
...@@ -105,6 +105,6 @@ interface SubOrderServiceInterface ...@@ -105,6 +105,6 @@ interface SubOrderServiceInterface
* ] * ]
* @return array * @return array
*/ */
public function purchaseEdit($editData):array ; public function purchaseEdit($editData):bool ;
} }
\ No newline at end of file
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