Commit 81295d30 by zhangsong

修改访问量和转发量响应参数格式

parent 50720df9
......@@ -41,8 +41,16 @@ interface VisitorInterface
* @return ;
* 响应参数:
* [
* 'browseNum' => 10,
* 'shareNum' => 10,
* 'browseNum' => [
* 'itemId' => 10,
* 'itemId' => 10,
* ... ...
* ],
* 'shareNum' => [
* 'itemId' => 10,
* 'itemId' => 10,
* ... ...
* ]
* ]
*/
public function browseAndShare(int $storeId, int $type, array $itemIds);
......
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