Kirin 1 anno fa
parent
commit
9aace291db
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);