zhangguidong il y a 2 ans
Parent
commit
9058057236
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      app/event/OrderPayNotify.php

+ 1 - 0
app/event/OrderPayNotify.php

@@ -32,6 +32,7 @@ class OrderPayNotify
 	// 行为扩展的执行入口必须是run
 	public function handle($data)
 	{
+        file_put_contents('order_log.log', $data["out_trade_no"]);
         $order = new OrderCommon();
         $order->orderOnlinePay($data);
 	}