|
@@ -12,7 +12,7 @@ class OriginBank
|
|
|
$this->open_id = $config['open_id'];
|
|
|
$this->open_key = $config['open_key'];
|
|
|
$this->sub_appid = $config['sub_appid'];
|
|
|
- $this->PayClient = new client(['base_uri'=>'https://mixpayuat4.orangebank.com.cn/','timeout'=>3]);
|
|
|
+ $this->PayClient = new client(['base_uri'=>'https://api.orangebank.com.cn/','timeout'=>3]);
|
|
|
}
|
|
|
|
|
|
//生成订单
|