Commit e0a73f87 by xmy

加密

parent 1a12f144
......@@ -17,7 +17,7 @@ class Xcrypt
}
public static function decrypt(string $str, $key = '')
public static function decrypt(string $encrypt, $key = '')
{
if (empty($key)) {
$config = include alias('@vendor/hdll/services/src/Common/Config') . '/config.php';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment