Commit 8be980b6 by zhangsong

修改储值卡划卡rpc

parent c230710f
......@@ -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);
}
......
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