Commit 6a28967c authored by 王源's avatar 王源 🎧

Merge remote-tracking branch 'origin/purchase_rpc' into test

parents 44fbff9f 5e2d50c1
...@@ -19,4 +19,11 @@ interface PurchaseDoneServiceInterface ...@@ -19,4 +19,11 @@ interface PurchaseDoneServiceInterface
* @return mixed * @return mixed
*/ */
public function noticeToCancel($orderIds); public function noticeToCancel($orderIds);
/**
* 传输产品规格
* @param $data ['order_id'=>'子订单编号','order_standard'=>'产品规格']
* @return mixed
*/
public function productStandard($data);
} }
\ 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