Commit d91cf0d3 by zhangsong

修改响应数据格式

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