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
82d41b50
Commit
82d41b50
authored
Jun 27, 2019
by
zhangsong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'testrecharge' into test
parents
4c428cd7
649ce112
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
src/FlowCount/Lib/VisitorInterface.php
+20
-0
No files found.
src/FlowCount/Lib/VisitorInterface.php
View file @
82d41b50
...
...
@@ -55,4 +55,23 @@ interface VisitorInterface
*/
public
function
browseAndShare
(
int
$storeId
,
int
$type
,
array
$itemIds
);
/**
* 统计是否有新访客
* @param int $storeId 店铺id
* @param int $type 类型:1砍价 2限时购 3拼团
* @param array $itemIds 活动ids列表,格式:[1,2,3],默认:null
* @return mixed
* 响应参数:
* [
* 'num' => 新访客数,
* 'time' => 上次统计时间戳,
* 'list' => [ // 参数$itemIds为空时list为空
* ['活动id' => 活动新访客数],
* ['活动id' => 活动新访客数],
* ... ...
* ]
* ]
*/
public
function
newVisitor
(
int
$storeId
,
int
$type
,
array
$itemIds
=
null
);
}
\ 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