修复一些小问题

This commit is contained in:
技术老胡
2024-11-11 15:58:19 +08:00
parent cd38b4cc04
commit 4b5e8bb763
7 changed files with 23 additions and 12 deletions

View File

@@ -21,9 +21,7 @@ class IndexController
}
public function test()
{
$pay = new \payclient\PayClass(['username'=>1531,'password'=>15646]);
return '123';
$web = \request()->domain();
return $web;
}
}