mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-12-26 01:15:58 +08:00
修改一些BUG
This commit is contained in:
@@ -4,15 +4,15 @@ class MpayClass
|
||||
{
|
||||
private $pid;
|
||||
private $key;
|
||||
private $host = env('WEB_HOST', 'http://localhost');
|
||||
private $host = 'https://mpay.zhaidashi.cn/';
|
||||
private $check_neworder_url;
|
||||
private $submit_records_url;
|
||||
function __construct($config)
|
||||
{
|
||||
$this->pid = $config['pid'];
|
||||
$this->key = $config['key'];
|
||||
$this->check_neworder_url = $this->host . '/order.php';
|
||||
$this->submit_records_url = $this->host . '/payHeart';
|
||||
$this->check_neworder_url = $this->host . 'order.php';
|
||||
$this->submit_records_url = $this->host . 'payHeart';
|
||||
}
|
||||
// 查询新订单
|
||||
public function orderHeart()
|
||||
|
||||
Reference in New Issue
Block a user