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