Commit 34af0a3b by 王召彬

消费储值卡rpc接口增加参数extraFee

parent 3c961696
...@@ -54,9 +54,10 @@ interface RechargeInterface ...@@ -54,9 +54,10 @@ interface RechargeInterface
* ], * ],
* ] * ]
* @param int $parentOrderId // 主订单id * @param int $parentOrderId // 主订单id
* @param int $extraFee 额外的费用,比如运费等
* @return mixed * @return mixed
*/ */
public function spendCardMoney(int $storeId, int $buyerId, array $subOrders, int $parentOrderId); public function spendCardMoney(int $storeId, int $buyerId, array $subOrders, int $parentOrderId, int $extraFee=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