Kirin 1 年間 前
コミット
466d0491e8
1 ファイル変更1 行追加1 行削除
  1. 1 1
      crmeb/services/WithdrawService.php

+ 1 - 1
crmeb/services/WithdrawService.php

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