Commit a9b20776 by feixiang

打款服务连接池

parent 59967b77
...@@ -25,7 +25,7 @@ class TransferPoolConfig extends PoolProperties ...@@ -25,7 +25,7 @@ class TransferPoolConfig extends PoolProperties
{ {
$this->uri=explode(',',env('RPC_TRANSFER_URI','transfer:8099')); $this->uri=explode(',',env('RPC_TRANSFER_URI','transfer:8099'));
} }
protected $name = 'withdrawCash'; protected $name = 'transfer';
/** /**
* Minimum active number of connections * Minimum active number of connections
......
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