This commit is contained in:
2022-09-09 13:31:08 +08:00
parent 4d387d1c37
commit d219da7cc8
3 changed files with 12 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ use EasyWeChat\Factory;
use EasyWeChat\OfficialAccount\Application;
use think\facade\Config;
use think\facade\Route;
use think\facade\View;
class Wechat
{
@@ -67,7 +68,7 @@ class Wechat
*/
public function payment()
{
return View::fetch();
}
/**

View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<h1>支付页面</h1>
</body>
</html>