소스 검색

会员升级

Kirin 1 년 전
부모
커밋
d7f113e96a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      crmeb/services/WithdrawService.php

+ 1 - 1
crmeb/services/WithdrawService.php

@@ -86,7 +86,7 @@ class WithdrawService
         }
     }
 
-    public function decode($businessBodyString)
+    public static function decode($businessBodyString)
     {
         //进行Aes解密
         include_once '../phpseclib/Crypt/AES.php';