更新插件开发模版

This commit is contained in:
技术老胡
2024-11-04 17:27:42 +08:00
parent bab5fa4f53
commit ab65b5d622
4 changed files with 246 additions and 3 deletions

View File

@@ -21,8 +21,9 @@ class IndexController
}
public function test()
{
$key = "0383d7088b6947b68e4a626af119e2bd";
$pay = new \payclient\PayClass(['username'=>1531,'password'=>15646]);
return $key;
return '123';
}
}