Commit 5edab7c8 by xmy

feat:getByUnionIds

parent 92eea1a3
<?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