view
This commit is contained in:
@@ -6,6 +6,7 @@ use EasyWeChat\Factory;
|
|||||||
use EasyWeChat\OfficialAccount\Application;
|
use EasyWeChat\OfficialAccount\Application;
|
||||||
use think\facade\Config;
|
use think\facade\Config;
|
||||||
use think\facade\Route;
|
use think\facade\Route;
|
||||||
|
use think\facade\View;
|
||||||
|
|
||||||
class Wechat
|
class Wechat
|
||||||
{
|
{
|
||||||
@@ -67,7 +68,7 @@ class Wechat
|
|||||||
*/
|
*/
|
||||||
public function payment()
|
public function payment()
|
||||||
{
|
{
|
||||||
|
return View::fetch();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
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