This commit is contained in:
2023-04-26 22:41:36 +08:00
parent 7f2141e832
commit 6d2c0d8cb3
8 changed files with 37 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ export default function handler(req: NextApiRequest, res: NextApiResponse) {
if (req.method === "POST") {
if (!config.begin) {
res.status(400).json({
error: "还没到开时间哦",
error: "还没到开时间哦",
});
return;
}