Commit c9a191ec by liwotianname

timelimitbuy name bug

parent a63423bc
...@@ -23,7 +23,7 @@ class TimeLimitBuyPoolConfig extends PoolProperties ...@@ -23,7 +23,7 @@ class TimeLimitBuyPoolConfig extends PoolProperties
{ {
// 区别本地和线上的RPC服务地址 // 区别本地和线上的RPC服务地址
$this->uri = explode(',', env('RPC_TIMELIMITBUY_URI', 'timelistbuy:8099')); $this->uri = explode(',', env('RPC_TIMELIMITBUY_URI', 'timelimitbuy:8099'));
} }
protected $name = 'timelimitname'; protected $name = 'timelimitname';
......
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