浏览代码

会员升级

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