xieruidong il y a 2 ans
Parent
commit
238412b32d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      application/index/controller/Payment.php

+ 1 - 1
application/index/controller/Payment.php

@@ -26,7 +26,7 @@ class Payment extends Frontend
             Db::rollback();
             $this->result([],400);
         }
-        user_log("payment/{$payment['order_no']}",[
+        user_log("payment/{$payment['payment_id']}/{$payment['order_no']}",[
             'input'=>input(),
             '$_post'=>$_POST
         ]);