mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-09-17 17:26:40 +08:00
更新
This commit is contained in:
parent
8bdac2b62c
commit
908b17c913
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,9 +8,7 @@ Thumbs.db
|
|||||||
/.idea
|
/.idea
|
||||||
/.vscode
|
/.vscode
|
||||||
/vendor
|
/vendor
|
||||||
/runtime
|
|
||||||
/.settings
|
/.settings
|
||||||
/.buildpath
|
/.buildpath
|
||||||
/.project
|
/.project
|
||||||
/.history
|
/.history
|
||||||
config/payconfig/1001_1.php
|
|
||||||
|
@ -17,7 +17,7 @@ class ShouQianBa
|
|||||||
$this->username = $config['username'];
|
$this->username = $config['username'];
|
||||||
$this->password = $config['password'];
|
$this->password = $config['password'];
|
||||||
// 检查token目录
|
// 检查token目录
|
||||||
$dir_path = 'token/shouqianba';
|
$dir_path = '../runtime/token/shouqianba';
|
||||||
if (!is_dir($dir_path)) {
|
if (!is_dir($dir_path)) {
|
||||||
if (!mkdir($dir_path, 755, true)) {
|
if (!mkdir($dir_path, 755, true)) {
|
||||||
echo '目录创建失败';
|
echo '目录创建失败';
|
||||||
|
@ -1 +0,0 @@
|
|||||||
{"token":"NjM4MjhlYS0yNzkxLTQ1OWMtOWJlYi04MjAzM2NhZGJjYWU6MTcyMzcxNDk2ODc1MDozNjAwMDAw.YlN60XqZDM","expire_time":1723714968750}
|
|
Loading…
Reference in New Issue
Block a user