Commit 043eb938 by liwotianname

增加档案信息更改 增加貢獻佣金的人的id

parent 0a154dc2
...@@ -16,8 +16,8 @@ use Swoft\Core\ResultInterface; ...@@ -16,8 +16,8 @@ use Swoft\Core\ResultInterface;
/** /**
* The interface of demo service * The interface of demo service
* *
* @method ResultInterface deferIncome(int $storeId, int $money,int $orderId) * @method ResultInterface deferIncome(int $storeId, int $money, int $orderId)
* @method ResultInterface deferExpense(int $storeId, int $money,int $orderId) * @method ResultInterface deferExpense(int $storeId, int $money, int $orderId)
*/ */
interface AccountInterface interface AccountInterface
{ {
...@@ -47,11 +47,7 @@ interface AccountInterface ...@@ -47,11 +47,7 @@ interface AccountInterface
* @param $orderId * @param $orderId
* @return mixed * @return mixed
*/ */
public function AddBrokerage($storeId, $money, $orderId,$paystoreId=0); public function AddBrokerage($storeId, $money, $orderId, $PaySellerId = 0);
/** /**
......
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