保持心跳检测
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user