保持心跳

This commit is contained in:
2025-12-02 14:30:43 +08:00
parent 485da90f42
commit 768d3c9484

View File

@@ -25,7 +25,7 @@ class Xintiao extends BaseCom
'updatetime' => time() 'updatetime' => time()
]); ]);
} }
return true; return V(1, '成功', null);
} }