Commit bc90980a by feixiang

Merge remote-tracking branch 'origin/master'

parents ae2eaf20 759921e6
......@@ -16,7 +16,7 @@ use Swoft\Core\ResultInterface;
/**
* The interface of demo service
*
* @method ResultInterface deferAddOrder($storeId, $orderId,$goodsId,$goodsName,$orderPrice,$orderType,$consigneeName,$consigneePhone)
* @method ResultInterface deferAddOrder($storeId, $orderId, $goodsId, $goodsName, $orderPrice, $orderType, $orderTime, $consigneeName, $consigneePhone, $buyerId)
*/
interface ProfileInterface
{
......@@ -31,5 +31,5 @@ interface ProfileInterface
* @return mixed
*/
public function AddOrder($storeId, $orderId,$goodsId,$goodsName,$orderPrice,$orderType,$consigneeName,$consigneePhone);
public function AddOrder($storeId, $orderId, $goodsId, $goodsName, $orderPrice, $orderType, $orderTime, $consigneeName, $consigneePhone, $buyerId);
}
\ 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