Commit 3b3c8b6f by 王召彬

添加访客统计的接口

parent ec4afe47
...@@ -26,7 +26,7 @@ interface VisitorCountInterface ...@@ -26,7 +26,7 @@ interface VisitorCountInterface
* @param int $storeId * @param int $storeId
* @param int $visitorId * @param int $visitorId
* @param array $data 此参数可选,不传表示只更新访问时间 * @param array $data 此参数可选,不传表示只更新访问时间
* @return int 更新成功的条数 * @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