From 084372ee95f644a29c78fa424f8288aa5667eca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= <zoujingli@qq.com> Date: Fri, 14 Apr 2017 13:00:10 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E6=8F=90=E4=BA=A4=E6=9C=80?= =?UTF-8?q?=E6=96=B0=E6=95=B0=E6=8D=AE=E5=BA=93=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/wechat/controller/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/wechat/controller/Config.php b/application/wechat/controller/Config.php index dde002aa7..67ab83c84 100644 --- a/application/wechat/controller/Config.php +++ b/application/wechat/controller/Config.php @@ -78,7 +78,7 @@ class Config extends BasicAdmin { // 生成支付二维码URL失败 $this->error("生成支付二维码失败,{$pay->errMsg}[{$pay->errCode}]"); break; - // 检查订单是否支付成功 + // 微信支付退款操作 case 'refund': $order_no = session('pay-test-order-no'); if (empty($order_no)) {