根因: JournalEntry.toJson() 发送 '2026-06-04T12:00:00.123456', 后端 CreateJournalReq.date 是 chrono::NaiveDate,只接受 '2026-06-04'。 反序列化失败导致创建日记被拒绝,前端静默吞掉错误。 修复: createJournal 发送前将 date 截取为 YYYY-MM-DD 格式。
nuanji_app
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.