Commit 3c961696 by 王召彬

添加储值卡接口updateAmount

parent 4aafa7b1
......@@ -71,6 +71,17 @@ interface RechargeInterface
public function ReturnCardMoney(int $storeId, int $buyerId, int $itemOrderId, string $itemTitle, int $payMoney, int $parentOrderId);
/**
* 修改用户储值卡余额
*
* @param integer $storeId
* @param integer $buyerId
* @param integer $amount 需要增加或减少的金额
* @param integer $type 1:默认 减额度,增消费额度 2:增额度,减消费额度
* @return void
*/
public function updateAmount(int $storeId, int $buyerId, int $amount, int $type);
/**
* 统计储值卡上架数/总数
* @param int $storeId
* @return mixed
......
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