Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
services
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tencent
services
Commits
3df6593d
Commit
3df6593d
authored
Sep 05, 2018
by
feixiang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
a9f55b7a
098f5765
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
src/LimitTimeBuy/Enum/LimitTimeBuyEnum.php
+0
-5
src/LimitTimeBuy/Lib/LimitTimeBuyInterface.php
+2
-1
No files found.
src/LimitTimeBuy/Enum/LimitTimeBuyEnum.php
View file @
3df6593d
...
...
@@ -14,8 +14,4 @@ class LimitTimeBuyEnum
//订单状态
const
STATUS_NORMAL
=
10
;
//待支付
}
\ No newline at end of file
src/LimitTimeBuy/Lib/LimitTimeBuyInterface.php
View file @
3df6593d
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment