Commit 3adcdca3 by zhangsong

Merge branch 'ft-customer'

parents 1691554f 8be980b6
......@@ -20,7 +20,7 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferReturnCardMoney(int $storeId,int $buyerId,int $itemOrderId,string $itemTitle,int $payMoney, int $parentOrderId)
* @method ResultInterface deferStatisNum(int $storeId)
* @method ResultInterface deferGetRecharge(int $storeId, int $buyerId)
* @method ResultInterface deferDeductMoney($storeId, $buyerId, $name, $phone, $money, $message)
* @method ResultInterface deferDeductMoney($storeId, $buyerId, $name, $phone, $money, $message, $escrow)
*/
interface RechargeInterface
{
......@@ -98,9 +98,10 @@ interface RechargeInterface
* @param $phone
* @param $money
* @param $message
* @param $escrow
* @return mixed
*/
public function deductMoney($storeId, $buyerId, $name, $phone, $money, $message);
public function deductMoney($storeId, $buyerId, $name, $phone, $money, $message, $escrow);
}
......
......@@ -22,7 +22,7 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface defergetTimesCardUserCardInfo(int $storeId, int $goodsId)
* @method ResultInterface deferStatisNum(int $storeId)
* @method ResultInterface deferValidNum(int $storeId, int $buyerId)
* @method ResultInterface deferDeductCard($storeId, $buyerId, $items)
* @method ResultInterface deferDeductCard($storeId, $buyerId, $name, $phone, $items)
*/
interface TimesCardInterface
{
......
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