dever 5 years ago
parent
commit
97bb10764f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Wechat.php

+ 1 - 1
lib/Wechat.php

@@ -38,7 +38,7 @@ class Wechat extends Core
 		$input = new \WxPayOrderQuery();
 		$input->SetOut_trade_no($order_id);
 		$result = \WxPayApi::orderQuery($this->config, $input);
-
+		print_r($result);die;
 		if (isset($result['transaction_id']) && isset($result['out_trade_no']) && isset($result['trade_state_desc'])) {
 			$this->updateOrder($result['out_trade_no'], $result['cash_fee']);
 		}