Commit c850ac85 by xmy

商品分享图片

parent c5e92f23
......@@ -25,7 +25,7 @@ class BuyerPoolConfig extends PoolProperties
public function __construct()
{
// 区别本地和线上的RPC服务地址
$this->uri = explode(',', env('RPC_AUTH_URI', 'buyer:8099'));
$this->uri = explode(',', env('RPC_BUYER_URI', 'buyer:8099'));
}
/**
......
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