mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-06 03:58:03 +08:00
[更新]增加代码注释
This commit is contained in:
parent
afb831cbca
commit
5f10badf78
@ -56,6 +56,7 @@ class BasicPay
|
|||||||
Tools::$cache_path = $options['cache_path'];
|
Tools::$cache_path = $options['cache_path'];
|
||||||
}
|
}
|
||||||
$this->config = new DataArray($options);
|
$this->config = new DataArray($options);
|
||||||
|
// 商户基础参数
|
||||||
$this->params = new DataArray([
|
$this->params = new DataArray([
|
||||||
'appid' => $this->config->get('appid'),
|
'appid' => $this->config->get('appid'),
|
||||||
'mch_id' => $this->config->get('mch_id'),
|
'mch_id' => $this->config->get('mch_id'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user