This commit is contained in:
2025-08-15 13:37:00 +08:00
parent f08e25a6c9
commit 8f17928c6a

View File

@@ -95,7 +95,7 @@ class Msg extends Model
]); ]);
return ['code' => 0, 'message' => 'ok', 'msg' => 'login']; return ['code' => 0, 'message' => 'ok', 'msg' => 'login'];
}else { }else {
return returnErrorData('发送失败'); return returnErrorData('发送失败', 500);
} }
} }