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
6e8ed6f5
Commit
6e8ed6f5
authored
Sep 04, 2018
by
liwotianname
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
somecommit
parent
5c22f5f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
14 deletions
+15
-14
src/LimitTimeBuy/Lib/LimitTimeBuyInterface.php
+15
-12
src/Order/Enum/OrderCate.php
+0
-2
No files found.
src/LimitTimeBuy/Lib/LimitTimeBuyInterface.php
View file @
6e8ed6f5
...
@@ -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
src/Order/Enum/OrderCate.php
View file @
6e8ed6f5
...
@@ -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
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