Commit 67400b1e by zhangsong

修改响应格式,键值对,itemId键,值统计数据

parent d91cf0d3
...@@ -42,25 +42,14 @@ interface VisitorInterface ...@@ -42,25 +42,14 @@ interface VisitorInterface
* 响应参数: * 响应参数:
* [ * [
* 'browseNum' => [ * 'browseNum' => [
* { * 'itemId' => '统计数',
* 'itemId' => '商品或活动id', * 'itemId' => '统计数',
* 'groupNum' => 统计数
* },
* {
* 'itemId' => '商品或活动id',
* 'groupNum' => 统计数
* },
* ... ... * ... ...
* ], * ],
* 'shareNum' => [ * 'shareNum' => [
* { * 'itemId' => '统计数',
* 'itemId' => '商品或活动id', * 'itemId' => '统计数',
* 'groupNum' => 统计数 * ... ...
* },
* {
* 'itemId' => '商品或活动id',
* 'groupNum' => 统计数
* },
* ] * ]
* ] * ]
*/ */
......
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