Commit ed4a3765 by xmy

feat:物流

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