Commit 7d17c5ef by xmy

feat:获取代理by unionid

parent 73988a95
...@@ -3,14 +3,14 @@ ...@@ -3,14 +3,14 @@
namespace Hdll\Services\Buyer\Lib; namespace Hdll\Services\Buyer\Lib;
/** /**
* @method ResultInterface deferGetByUnionId(string $unionId) * @method ResultInterface deferGetByUnionId(string $unionId, int $storeId)
* @method ResultInterface deferUsefulAgent(int $storeId, int $agentId) * @method ResultInterface deferUsefulAgent(int $storeId, int $agentId)
* Interface AgentInterface * Interface AgentInterface
* @package Hdll\Services\Buyer\Lib * @package Hdll\Services\Buyer\Lib
*/ */
interface AgentInterface interface AgentInterface
{ {
public function getByUnionId(string $unionId); public function getByUnionId(string $unionId, int $storeId);
/** /**
* 代理是否可用 * 代理是否可用
......
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