作者 Your Name

gx

\ No newline at end of file
... ...
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>
\ No newline at end of file
... ...
... ... @@ -21,7 +21,7 @@ use Illuminate\Support\Facades\Cache;
*/
class Wechat
{
public $alias = '_v6-test';
public $alias = '_v6';
public $appid = 'wx8253a38fd7ae78f0';
public $appSecret = '20981cca3d00c074a8886f115d19548d';
... ... @@ -34,7 +34,7 @@ class Wechat
*/
public function getAccessToken()
{
$token = file_get_contents("http://wechat.globalso.com/api/accesstoken/v6-test");
$token = file_get_contents("http://wechat.globalso.com/api/accesstoken/v6");
return $token;
}
/**
... ...
... ... @@ -164,10 +164,16 @@ class LoginController extends BaseController
* @time :2023/8/24 9:30
*/
public function eventMessage(){
// $message = file_get_contents("php://input");
// $message = simplexml_load_string($message, 'SimpleXMLElement', LIBXML_NOCDATA | LIBXML_NOERROR);
// @file_put_contents(storage_path('logs/lyh_error.log'), $message . PHP_EOL, FILE_APPEND);
$this->response('success');
$message = file_get_contents("php://input");
$message = simplexml_load_string($message, 'SimpleXMLElement', LIBXML_NOCDATA | LIBXML_NOERROR);
@file_put_contents(storage_path('logs/hook/wx.log'), var_export($message, true) . PHP_EOL, FILE_APPEND);
return "<xml>
<ToUserName><![CDATA[$message->FromUserName]]></ToUserName>
<FromUserName><![CDATA[$message->ToUserName]]></FromUserName>
<CreateTime>".time()."</CreateTime>
<MsgType><![CDATA[text]]></MsgType>
<Content><![CDATA[扫码成功了]]></Content>
</xml>";
}
... ...
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>恭喜,站点创建成功!</title>
<style>
.container {
width: 60%;
margin: 10% auto 0;
background-color: #f0f0f0;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
</style>
</head>
<body>
<div class="container">
<h1>恭喜, 站点创建成功!</h1>
<h3>这是默认index.html,本页面由系统自动生成</h3>
<ul>
<li>本页面在FTP根目录下的index.html</li>
<li>您可以修改、删除或覆盖本页面</li>
<li>FTP相关信息,请到“面板系统后台 > FTP” 查看</li>
</ul>
</div>
</body>
</html>
\ No newline at end of file
... ...
OVatVgfhsrm_aegL02EYqhICpZAaunOZPfn8yEuby2s.3cPo6boRQoXspiio5AnhCF8zPCXVJzlazJRcktmRn-Y
\ No newline at end of file
... ...
kxWexxJJFyqeRjaKdORH93QIf3VQ0PU4aQuFuGWlkTY.3cPo6boRQoXspiio5AnhCF8zPCXVJzlazJRcktmRn-Y
\ No newline at end of file
... ...