Commit b49bddd6 by liwotian

增加接口 购买储值卡支付回调接口

parent 9da09f43
......@@ -17,6 +17,7 @@ use Swoft\Core\ResultInterface;
* The interface of demo service
*
* @method ResultInterface deferpayStatus(string $storeId,int $bargainbranchId,int $status,int $orderId)
* @method ResultInterface deferspendCardMoney(string $storeId,string $buyerId,int $goodOrderId)
*/
interface RechargeInterface
{
......@@ -34,6 +35,13 @@ interface RechargeInterface
int $itemId,
int $status , //
int $orderId);
public function spendCardMoney(
int $storeId,
int $buyerId,
int $goodOrderId
);
}
......
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