Commit 2775c639 by dzhang

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

parents 2fe2a2c3 4bab6a85
...@@ -19,7 +19,7 @@ use Swoft\Core\ResultInterface; ...@@ -19,7 +19,7 @@ use Swoft\Core\ResultInterface;
* The interface of SMS service * The interface of SMS service
* *
* @method ResultInterface deferCreateCost(int $storeId,string $scene,int $decnum,string $nickname,string $phone) * @method ResultInterface deferCreateCost(int $storeId,string $scene,int $decnum,string $nickname,string $phone)
* @method ResultInterface deferPayOrder(string $orderSn,int $payStatus) * @method ResultInterface deferPayOrder(int $storeId,string $orderSn,int $payStatus)
* @method ResultInterface deferGetOrder(int $storeId,int $smsOId) * @method ResultInterface deferGetOrder(int $storeId,int $smsOId)
* @method ResultInterface deferGetOrderBySn(int $storeId,string $sn) * @method ResultInterface deferGetOrderBySn(int $storeId,string $sn)
*/ */
...@@ -47,7 +47,7 @@ interface SMSInterface ...@@ -47,7 +47,7 @@ interface SMSInterface
* @param integer $payStatus * @param integer $payStatus
* @return int * @return int
*/ */
public function payOrder(string $orderSn,int $payStatus); public function payOrder(int $storeId,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