Commit 895e866a by 王召彬

Merge branch 'test' of http://git.dev.2b3.cn/tencent/services into xmy

parents 24980df3 e87506c6
......@@ -19,7 +19,7 @@ use Swoft\Core\ResultInterface;
* The interface of SMS service
*
* @method ResultInterface deferCreateCost(int $storeId,string $scene,int $decnum,string $nickname,string $phone)
* @method ResultInterface deferPayOrder(string $orderNo,int $payStatus)
* @method ResultInterface deferPayOrder(string $orderSn,int $payStatus)
* @method ResultInterface deferGetOrder(int $storeId,int $smsOId)
* @method ResultInterface deferGetOrderBySn(int $storeId,string $sn)
*/
......@@ -43,11 +43,11 @@ interface SMSInterface
/**
* 支付短信套餐包订单
*
* @param string $orderNo
* @param string $orderSn
* @param integer $payStatus
* @return int
*/
public function payOrder(string $orderNo,int $payStatus);
public function payOrder(string $orderSn,int $payStatus);
/**
* 根据主键获取短信订单
......
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