Commit 7a3b1278 by xmy

feat:获取代理是否可用

parent 36594ce0
......@@ -12,5 +12,11 @@ interface AgentInterface
{
public function getByUnionId(string $unionId);
/**
* 代理是否可用
* @param int $storeId
* @param int $agentId
* @return bool
*/
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