Commit 33e2294b by xmy

Merge branch 'buyer-agent' into test

parents 105c1c22 c09b5b6a
...@@ -2,10 +2,11 @@ ...@@ -2,10 +2,11 @@
namespace Hdll\Services\Buyer\Lib; namespace Hdll\Services\Buyer\Lib;
use Swoft\Core\ResultInterface;
/** /**
* @method ResultInterface deferGetByUnionId(string $unionId, int $storeId) * @method ResultInterface deferGetByUnionId(string $unionId, int $storeId)
* @method ResultInterface deferUsefulAgent(int $storeId, int $agentId) * @method ResultInterface deferUsefulAgent(int $storeId, int $agentId)
* @method ResultInterface deferGetByOpenId(string $openId, int $storeId)
* Interface AgentInterface * Interface AgentInterface
* @package Hdll\Services\Buyer\Lib * @package Hdll\Services\Buyer\Lib
*/ */
......
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