mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-11-10 12:43:43 +08:00
更新
This commit is contained in:
@@ -17,7 +17,7 @@ class ShouQianBa
|
||||
$this->username = $config['username'];
|
||||
$this->password = $config['password'];
|
||||
// 检查token目录
|
||||
$dir_path = 'token/shouqianba';
|
||||
$dir_path = '../runtime/token/shouqianba';
|
||||
if (!is_dir($dir_path)) {
|
||||
if (!mkdir($dir_path, 755, true)) {
|
||||
echo '目录创建失败';
|
||||
|
||||
Reference in New Issue
Block a user