Commit 3df6593d by feixiang

Merge remote-tracking branch 'origin/master'

parents a9f55b7a 098f5765
......@@ -14,8 +14,4 @@ class LimitTimeBuyEnum
//订单状态
const STATUS_NORMAL = 10; //待支付
}
\ No newline at end of file
......@@ -10,6 +10,7 @@
namespace Hdll\Services\LimitTimeBuy\Lib;
use Hdll\Services\LimitTimeBuy\Enum\LimitTimeOrderEnum;
use Swoft\Core\ResultInterface;
/**
......@@ -70,7 +71,7 @@ interface LimitTimeBuyInterface
* 支付 状态 回馈接口
* @param string $store_id
* @param int $limit_id
* @param int $status // status :1 成功支付 2:未支付 (已经过期或者支付异常)
* @param int $status // 2.LimitTimeOrderEnum::STATUS_HAVE_PAY 成功支付 3:LimitTimeOrderEnum::STATUS_PAY_EXCEPTION 未支付 (已经过期或者支付异常)
* @param int $orderId
* @return bool|mixed
* @throws ConException
......
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