Browse Source

sunguidong

zhangguidong 2 years ago
parent
commit
c31cae360d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      application/admin/controller/Goodorder.php

+ 3 - 3
application/admin/controller/Goodorder.php

@@ -106,9 +106,9 @@ class Goodorder extends Backend
                     // 可在此处传入其他参数,详细参数见微信支付文档
                     'refund_desc' => '退款',
                 ]);
-//                if($result['return_code']=='FAIL'){
-//                    $this->error($result['err_code_des'],'index');
-//                }
+                if($result['return_code']=='FAIL'){
+                    $this->error($result['return_msg'],'index');
+                }
                 if($result['result_code']=='FAIL'){
                     $this->error($result['err_code_des'],'index');
                 }