Commit ab1a4e05 by 王召彬

Merge branch 'test' of http://git.dev.2b3.cn/tencent/services into xmy

parents 16eea094 eaea326b
......@@ -23,10 +23,10 @@ class SMSPoolConfig extends PoolProperties
public function __construct()
{
// 区别本地和线上的RPC服务地址
$this->uri = explode(',', env('RPC_SCHEDULE_URI', 'schedule:8099'));
$this->uri = explode(',', env('RPC_SMS_URI', 'smspackage:8099'));
}
protected $name = 'sms';
......
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