Commit ad29a94a by xmy

feat:获取代理by unionid

parent a95c30cc
<?php
namespace Hdll\Services\Buyer\Lib;
/**
* @method ResultInterface deferGetByUnionId(string $unionId)
* Interface AgentInterface
* @package Hdll\Services\Buyer\Lib
*/
interface AgentInterface
{
public function getByUnionId(string $unionId);
}
\ 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