Commit e87eeedb by xmy

feat:获取代理是否可用

parent ad29a94a
......@@ -4,10 +4,13 @@ namespace Hdll\Services\Buyer\Lib;
/**
* @method ResultInterface deferGetByUnionId(string $unionId)
* @method ResultInterface deferUsefulAgent(int $storeId, int $agentId)
* Interface AgentInterface
* @package Hdll\Services\Buyer\Lib
*/
interface AgentInterface
{
public function getByUnionId(string $unionId);
public function usefulAgent(int $storeId, int $agentId);
}
\ 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