Browse Source

sunguidong

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

+ 0 - 1
application/admin/controller/Goodorder.php

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