Commit 8d606614 by xmy

Merge branch 'ft-insurance' into test

parents 13e5378d 5edab7c8
<?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