Kirin hai 1 ano
pai
achega
9aace291db
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      crmeb/services/WithdrawService.php

+ 1 - 1
crmeb/services/WithdrawService.php

@@ -35,7 +35,7 @@ class WithdrawService
         $data = [
             'user_name' => self::$user_name,
             'password' => self::$password,
-            'timestamp' => time(),
+            'timestamp' => (string)time(),
         ];
         ksort($data);
         var_dump($data);