view
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
1
app/view/README.md
Normal file
1
app/view/README.md
Normal file
@@ -0,0 +1 @@
|
||||
如果不使用模板,可以删除该目录
|
||||
10
app/view/wechat/payment.html
Normal file
10
app/view/wechat/payment.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>支付页面</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user