Commit 6e8ed6f5 by liwotianname

somecommit

parent 5c22f5f7
...@@ -66,16 +66,18 @@ interface LimitTimeBuyInterface ...@@ -66,16 +66,18 @@ interface LimitTimeBuyInterface
); );
// /** /**
// * 支付 状态 回馈接口 * 支付 状态 回馈接口
// * @param string $store_id * @param string $store_id
// * @param int $limit_id * @param int $limit_id
// * @param int $status // status :1 成功支付 2:未支付 (已经过期或者支付异常) * @param int $status // status :1 成功支付 2:未支付 (已经过期或者支付异常)
// * @return mixed * @param int $orderId
// */ * @return bool|mixed
// public function paystatus( * @throws ConException
// string $store_id, */
// int $limit_id, public function payStatus(
// int $status, string $store_id,
// int $orderId); int $limit_id,
int $status,
int $orderId);
} }
\ No newline at end of file
...@@ -10,6 +10,5 @@ namespace Hdll\Services\Order\Enum; ...@@ -10,6 +10,5 @@ namespace Hdll\Services\Order\Enum;
class OrderCate class OrderCate
{ {
const TYPE_BUYER = 1; const TYPE_BUYER = 1;
const TYPE_SELLER = 2; const TYPE_SELLER = 2;
} }
\ No newline at end of file
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