Commit 3504c285 by xmy

feat:物流

parent 35a08f74
......@@ -25,7 +25,7 @@ class LogisticsPoolConfig extends PoolProperties
public function __construct()
{
// 区别本地和线上的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