diff --git a/.gitignore b/.gitignore index dd6e93d..16eb413 100644 --- a/.gitignore +++ b/.gitignore @@ -8,9 +8,7 @@ Thumbs.db /.idea /.vscode /vendor -/runtime /.settings /.buildpath /.project /.history -config/payconfig/1001_1.php diff --git a/extend/payclient/ShouQianBa.php b/extend/payclient/ShouQianBa.php index 09c9d3c..c7f1f2e 100644 --- a/extend/payclient/ShouQianBa.php +++ b/extend/payclient/ShouQianBa.php @@ -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 '目录创建失败'; diff --git a/public/token/shouqianba/90f39106a99930a864d380138e109841.json b/public/token/shouqianba/90f39106a99930a864d380138e109841.json deleted file mode 100644 index e88e2dd..0000000 --- a/public/token/shouqianba/90f39106a99930a864d380138e109841.json +++ /dev/null @@ -1 +0,0 @@ -{"token":"NjM4MjhlYS0yNzkxLTQ1OWMtOWJlYi04MjAzM2NhZGJjYWU6MTcyMzcxNDk2ODc1MDozNjAwMDAw.YlN60XqZDM","expire_time":1723714968750} \ No newline at end of file