Commit 8265bcb9 by xmy

Merge branch 'buyer-agent' into test

parents 9347f4f4 5d562e66
......@@ -12,6 +12,13 @@ use Swoft\Core\ResultInterface;
interface CommentsInterface
{
/**
* 获取item评论数
* @param array $itemIds
* @return array
* [1=>['virtual'=>1,'real'=>2]]
* @throws BaseException
*/
public function getNum(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