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