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