Commit 35226725 by 王召彬

修改错误

parent 4b85ff72
...@@ -23,7 +23,7 @@ class Wx3rdPoolConfig extends PoolProperties ...@@ -23,7 +23,7 @@ class Wx3rdPoolConfig extends PoolProperties
public function __construct() public function __construct()
{ {
// 区别本地和线上的RPC服务地址 // 区别本地和线上的RPC服务地址
$this->uri = explode(',', env('RPC_STORE_URI', 'wx3rd:8099')); $this->uri = explode(',', env('RPC_WX3RD_URI', 'wx3rd:8099'));
} }
protected $name = 'wx3rd'; protected $name = 'wx3rd';
......
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