...
|
...
|
@@ -102,8 +102,7 @@ class Wechat extends Controller |
|
|
'refund_desc' => $refund_desc,
|
|
|
'notify_url' => request()->domain() . url('/index/notify/notifyr')
|
|
|
]);
|
|
|
halt($result);
|
|
|
|
|
|
\think\Log::write('refund-result' . $result);
|
|
|
\think\Log::write('refund-result' . json_encode($result));
|
|
|
if ($result['return_code'] == 'SUCCESS' && $result['result_code'] == 'SUCCESS') {
|
|
|
return $result; // 返回数组
|
...
|
...
|
|