소스 검색

会员升级

Kirin 1 년 전
부모
커밋
9aace291db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);