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
09c37151
Commit
09c37151
authored
Jun 27, 2019
by
xmy
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feat新版' into test
parents
d72d31bb
abd989f7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
4 deletions
+18
-4
src/GroupBooking/Lib/GroupBookingInterface.php
+18
-4
No files found.
src/GroupBooking/Lib/GroupBookingInterface.php
View file @
09c37151
...
...
@@ -12,18 +12,20 @@ use Swoft\Core\ResultInterface;
/**
* @method ResultInterface deferPaySuccess($orderId)
* @method ResultInterface deferHasActivity($storeId,$goodsId)
* @method ResultInterface deferHasActivity($storeId,
$goodsId)
* @method ResultInterface deferAdminCountActivity($storeId)
* @method ResultInterface deferGetNewOrderNum($storeId, $time)
* Interface GoodsInterface
* @package Hdll\Services\Goods\Lib
*/
interface
GroupBookingInterface
{
interface
GroupBookingInterface
{
public
function
paySuccess
(
$orderId
,
$storeId
);
public
function
paySuccess
(
$orderId
,
$storeId
);
public
function
hasActivity
(
$storeId
,
$goodsId
);
public
function
hasActivity
(
$storeId
,
$goodsId
);
/**
* 关闭拼团
...
...
@@ -46,4 +48,15 @@ interface GroupBookingInterface{
* @author work
*/
public
function
adminCountActivity
(
$storeId
);
/**
* 获取新订单数量
* @param $storeId
* @param $time
* @return mixed
* @author work
* @return number
*/
public
function
getNewOrderNum
(
$storeId
,
$time
);
}
\ 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