保持心跳检测

This commit is contained in:
2025-12-06 18:01:37 +08:00
parent 3b4a407d8a
commit bbcb4a7a8c
4 changed files with 3 additions and 39 deletions

View File

@@ -8,6 +8,7 @@ class Tencent extends Controller
{
public function call_back()
{
return ['ActionStatus' => 'OK', 'ErrorInfo' => '', 'ErrorCode' => 0];
$data = input('post.');
$sign_data = input('get.');
$reslut = model('Tencent')->tencent_call_back($data,$sign_data);