wpfw_ewei_shopv2/plugin/qpay/config.php
2023-02-14 19:57:32 +08:00

8 lines
140 B
PHP

<?php
if (!defined('IN_IA')) {
exit('Access Denied');
}
return array('version' => '1.0', 'id' => 'qpay', 'name' => '银行渠道');
?>