'1008450740201411110005820873', // 'out_trade_no' => '商户订单号', // 'out_refund_no' => '商户退款单号' // 'refund_id' => '微信退款单号', ]; $result = $wechat->queryRefund($options); var_export($result); } catch (Exception $e) { // 出错啦,处理下吧 echo $e->getMessage() . PHP_EOL; }