Commit 2c3b7e05 by 王召彬

添加访客统计的RPC接口

parent 3b3c8b6f
# 1.0.9
- 添加访客统计的RPC接口
# 1.0.8 # 1.0.8
- 分表逻辑判断处理 - 分表逻辑判断处理
# 1.0.7 # 1.0.7
......
...@@ -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 = []);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment