Commit 9da09f43 by liwotian

增加接口 购买储值卡支付回调接口

parent ad30aa34
......@@ -25,7 +25,7 @@ class RechargePoolConfig extends PoolProperties
public function __construct()
{
// 区别本地和线上的RPC服务地址
$this->uri = explode(',', env('RPC_RECHARGE_URI', 'notice:8099'));
$this->uri = explode(',', env('RPC_RECHARGE_URI', 'recharge:8099'));
}
/**
* the name of pool
......
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