Commit 759921e6 by liwotianname

增加档案信息更改

parent ed6ca618
...@@ -16,7 +16,7 @@ use Swoft\Core\ResultInterface; ...@@ -16,7 +16,7 @@ use Swoft\Core\ResultInterface;
/** /**
* The interface of demo service * 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 interface ProfileInterface
{ {
...@@ -31,5 +31,5 @@ interface ProfileInterface ...@@ -31,5 +31,5 @@ interface ProfileInterface
* @return mixed * @return mixed
*/ */
public function AddOrder($storeId, $orderId, $goodsId, $goodsName, $orderPrice, $orderType,$orderTime, $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