Commit 093bbeb0 by 王召彬

Merge branch 'master' of http://git.dev.2b3.cn/tencent/services

parents d8eee8fa 212befb6
<?php
namespace Hdll\Services\Buyer\Lib;
interface FansInterface
{
public function get(string $unionId);
public function get(string $unionId);
public function getByUnionIds(array $unionIds, array $fields = ['*']);
}
\ No newline at end of file
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