zory hai 2 semanas
pai
achega
558cccf7f4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/controller/mini/Notify.php

+ 1 - 1
app/controller/mini/Notify.php

@@ -48,7 +48,7 @@ class Notify extends Base
                                 "order_id"  => $resp['order']['order_id'],
                                 "pay_amount"    => $resp['order']['pay_amount'],
                                 "order_amount"  => $resp['order']['original_amount'],
-                                "pay_at"        => getDateFull("",$resp['order']['pay_time'])
+                                "pay_at"        => date("Y-m-d H:i:s",$resp['order']['pay_time'])
                             ]);
                             (new SaasOrderLog)->insertGetId([
                                 "order_id"  => $resp['order']['order_id'],