From 908b17c913ed114be5bcc8531d73e8f0b1d03a92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8A=80=E6=9C=AF=E8=80=81=E8=83=A1?= <1094551889@qq.com> Date: Sat, 24 Aug 2024 14:47:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 -- extend/payclient/ShouQianBa.php | 2 +- public/token/shouqianba/90f39106a99930a864d380138e109841.json | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 public/token/shouqianba/90f39106a99930a864d380138e109841.json 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