[更新]增加代码注释

This commit is contained in:
Anyon 2018-05-25 10:42:14 +08:00
parent afb831cbca
commit 5f10badf78

View File

@ -56,6 +56,7 @@ class BasicPay
Tools::$cache_path = $options['cache_path'];
}
$this->config = new DataArray($options);
// 商户基础参数
$this->params = new DataArray([
'appid' => $this->config->get('appid'),
'mch_id' => $this->config->get('mch_id'),