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
abd989f7
Commit
abd989f7
authored
Jun 27, 2019
by
xmy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:获取拼团新订单数量
parent
349ccf31
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 @
abd989f7
...
@@ -12,18 +12,20 @@ use Swoft\Core\ResultInterface;
...
@@ -12,18 +12,20 @@ use Swoft\Core\ResultInterface;
/**
/**
* @method ResultInterface deferPaySuccess($orderId)
* @method ResultInterface deferPaySuccess($orderId)
* @method ResultInterface deferHasActivity($storeId,$goodsId)
* @method ResultInterface deferHasActivity($storeId,
$goodsId)
* @method ResultInterface deferAdminCountActivity($storeId)
* @method ResultInterface deferAdminCountActivity($storeId)
* @method ResultInterface deferGetNewOrderNum($storeId, $time)
* Interface GoodsInterface
* Interface GoodsInterface
* @package Hdll\Services\Goods\Lib
* @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{
...
@@ -46,4 +48,15 @@ interface GroupBookingInterface{
* @author work
* @author work
*/
*/
public
function
adminCountActivity
(
$storeId
);
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