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