From 8f16591c85138c1677259c5ceb2bd81a62ae8b0b Mon Sep 17 00:00:00 2001 From: devil_gong Date: Fri, 28 Sep 2018 15:13:46 +0800 Subject: [PATCH] pay --- service/Application/Service/OrderService.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/service/Application/Service/OrderService.class.php b/service/Application/Service/OrderService.class.php index 6ec0bb176..33b7d4853 100644 --- a/service/Application/Service/OrderService.class.php +++ b/service/Application/Service/OrderService.class.php @@ -196,6 +196,7 @@ class OrderService { return $ret; } + file_put_contents('./rrrrrr.txt', json_encode($ret)); // 兼容web版本支付参数 $buyer_email = isset($ret['data']['buyer_logon_id']) ? $ret['data']['buyer_logon_id'] : (isset($ret['data']['buyer_email']) ? $ret['data']['buyer_email'] : ''); @@ -214,6 +215,7 @@ class OrderService 'business_type' => 0, 'add_time' => time(), ]; + file_put_contents('./llllll.txt', json_encode($pay_log_data)); M('PayLog')->add($pay_log_data); // 消息通知 @@ -231,6 +233,7 @@ class OrderService 'pay_time' => time(), 'upd_time' => time(), ); + file_put_contents('./uuuuuu.txt', json_encode($upd_data)); if($m->where(['id'=>$data['id']])->save($upd_data)) { // 提交事务