Commit 6da79823 by xmy

Merge branch 'ft-insurance'

parents 7f6ce689 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