Browse Source

调整提示

tags/6.2.7
叙述、别离 2 years ago
parent
commit
7390c6812c
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      src/apps/notify.php
  2. +2
    -2
      src/apps/return.php

+ 2
- 2
src/apps/notify.php View File

@@ -73,7 +73,7 @@ if ($dopost === 'alipay') {
exit; exit;
} }
} catch (Exception $e) { } catch (Exception $e) {
ShowMsg("付款错误", "javascript:;");
ShowMsg("付款失败,请检查支付接口设置", "javascript:;");
exit; exit;
} }
} else if ($dopost === 'wechat') { } else if ($dopost === 'wechat') {
@@ -125,7 +125,7 @@ if ($dopost === 'alipay') {
exit; exit;
} }
} else { } else {
ShowMsg("未知支付方式", "javascript:;");
ShowMsg("未知付款,请检查支付接口设置", "javascript:;");
exit; exit;
} }
?> ?>

+ 2
- 2
src/apps/return.php View File

@@ -73,11 +73,11 @@ if ($dopost === 'alipay') {
exit; exit;
} }
} catch (Exception $e) { } catch (Exception $e) {
ShowMsg("付款错误", "javascript:;");
ShowMsg("付款失败,请检查支付接口设置", "javascript:;");
exit; exit;
} }
} else { } else {
ShowMsg("未知支付方式", "javascript:;");
ShowMsg("未知付款,请检查支付接口设置", "javascript:;");
exit; exit;
} }
?> ?>

Loading…
Cancel
Save