Ver Fonte

会员升级

Kirin há 1 ano atrás
pai
commit
466d0491e8
1 ficheiros alterados com 1 adições e 1 exclusões
  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);