diff --git a/.gitignore b/.gitignore index 835c5f14..eb330aa2 100755 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ config/.config.php -storage/framework/smarty/compile/ \ No newline at end of file +storage/framework/smarty/compile/ +README.md diff --git a/resources/views/tabler/gateway/epay.tpl b/resources/views/tabler/gateway/epay.tpl index 02097064..d830ad47 100755 --- a/resources/views/tabler/gateway/epay.tpl +++ b/resources/views/tabler/gateway/epay.tpl @@ -1,18 +1,6 @@

- {if $public_setting['epay_alipay']} - - {/if} {if $public_setting['epay_wechat']} + {/if} + {if $public_setting['epay_alipay']} + {/if} {if $public_setting['epay_qq']} diff --git a/src/Services/Gateway/Epay.php b/src/Services/Gateway/Epay.php index b5eec86b..6236b750 100755 --- a/src/Services/Gateway/Epay.php +++ b/src/Services/Gateway/Epay.php @@ -137,7 +137,7 @@ final class Epay extends Base // } else { $aMsg = [ - '标题' => '有用户微信支付失败', + '标题' => '有用户支付失败', '报错' => $e->getMessage(), '发送值' => $data, '返回值' => $resData