WIN-2308041133\Administrator 3 weeks ago
parent
commit
8de66312c0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/api/controller/Pay.php

+ 2 - 0
app/api/controller/Pay.php

@@ -55,6 +55,8 @@ class Pay extends BaseController{
         }
         //支付成功
         if($data["trade_state"]=="SUCCESS"){
+            @file_put_contents('quanju.txt',  "-何意啊\r\n", 8);
+
             $payDataInfo = [
                 'totalMoney' =>empty($data["total_fee"])      ? "未返回" : $data["total_fee"]/100,
                 'payMoney'   =>empty($data["cash_fee"])       ? "未返回" : $data["cash_fee"]/100,