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
2c3b7e05
Commit
2c3b7e05
authored
Nov 07, 2018
by
王召彬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加访客统计的RPC接口
parent
3b3c8b6f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
UPGRADE.md
+3
-0
src/Store/Lib/VisitorCountInterface.php
+2
-0
No files found.
UPGRADE.md
View file @
2c3b7e05
# 1.0.9
-
添加访客统计的RPC接口
# 1.0.8
# 1.0.8
-
分表逻辑判断处理
-
分表逻辑判断处理
# 1.0.7
# 1.0.7
...
...
src/Store/Lib/VisitorCountInterface.php
View file @
2c3b7e05
...
@@ -26,6 +26,8 @@ interface VisitorCountInterface
...
@@ -26,6 +26,8 @@ interface VisitorCountInterface
* @param int $storeId
* @param int $storeId
* @param int $visitorId
* @param int $visitorId
* @param array $data 此参数可选,不传表示只更新访问时间
* @param array $data 此参数可选,不传表示只更新访问时间
* nickname 昵称
* headImgUrl 头像
* @return bool
* @return bool
*/
*/
public
function
updateVisitorData
(
int
$storeId
,
int
$visitorId
,
array
$data
=
[]);
public
function
updateVisitorData
(
int
$storeId
,
int
$visitorId
,
array
$data
=
[]);
...
...
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