$app->group('/epay',function (){
$this->post('/notify', 'App\Services\Payment:notify');
$this->get('/notify', 'App\Services\Payment:notify');
$this->post('/return','App\Services\Payment:returnHTML');
$this->get('/return','App\Services\Payment:returnHTML');
});
#取值 none | codepay | trimepay | f2fpay | yftpay | chenAlipay | paymentwall | epay |tomatopay |epay
$System_Config['payment_system'] = 'epay';
# PeaPay (xxx代表需要手动填写的信息)
$System_Config['epay_pid'] = 'xxx'; //peapay商户ID
$System_Config['epay_key'] = 'xxx'; //peapay商户Key
$System_Config['epay_url'] = 'https://peapay.top/';