This commit is contained in:
技术老胡 2024-08-24 14:47:11 +08:00
parent 8bdac2b62c
commit 908b17c913
3 changed files with 1 additions and 4 deletions

2
.gitignore vendored
View File

@ -8,9 +8,7 @@ Thumbs.db
/.idea
/.vscode
/vendor
/runtime
/.settings
/.buildpath
/.project
/.history
config/payconfig/1001_1.php

View File

@ -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 '目录创建失败';

View File

@ -1 +0,0 @@
{"token":"NjM4MjhlYS0yNzkxLTQ1OWMtOWJlYi04MjAzM2NhZGJjYWU6MTcyMzcxNDk2ODc1MDozNjAwMDAw.YlN60XqZDM","expire_time":1723714968750}