소스 검색

会员升级

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);