Commit 01c7bd8e by 王召彬

test

parent e6a28868
......@@ -40,25 +40,14 @@ interface TimesCardInterface
/**
* 花费卡次数
* @param int $storeId // 商铺id
* @param int $buyerId // 买家ID
* @param int $itemOrderId // 订单 id
* @param int $usercardId // 用户卡id
* @param int $goodsId // 商品id
* @param string $itemTitle //商品名字
* @param int $times // 花费次数 传 1
* @return mixed
*
* @param integer $storeId
* @param integer $buyerId
* @param integer $usercardId
* @param array $subOrders
* @return bool
*/
public function spendTimesCard(
int $storeId,
int $buyerId,
int $itemOrderId,
int $usercardId,
int $goodsId,
string $itemTitle,
int $times
);
public function spendTimesCard(int $storeId, int $buyerId, int $usercardId, array $subOrders);
/**
* 退回次卡数量
......
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