插件管理更新

This commit is contained in:
技术老胡
2024-10-23 15:56:10 +08:00
parent b4c2229cc1
commit 94de61fbda
13 changed files with 229 additions and 105 deletions

View File

@@ -3,6 +3,7 @@
namespace app\controller;
use think\facade\View;
use payclient\LaKaLa;
class IndexController
{
@@ -16,6 +17,8 @@ class IndexController
}
public function test()
{
return request()->domain();
$key = "0383d7088b6947b68e4a626af119e2bd";
return $key;
}
}