docs: 统一时间格式为亚洲友好的日期时间字符串

所有文档中的时间字段统一为 yyyy-MM-dd HH:mm:ss 格式(Asia/Shanghai):
- 移除 ISO 8601 格式(2026-02-27T10:00:00Z)
- 移除 Unix 时间戳(1740700000)
- 响应字段从 timestamp(int64) 改为 time(string)
- API README 新增「时间格式规范」章节
- 涉及 10 个文档文件

Made-with: Cursor
This commit is contained in:
bujinyuan
2026-02-28 09:47:42 +08:00
parent 8c4b40b407
commit 44fa5a3830
10 changed files with 42 additions and 27 deletions

View File

@@ -49,7 +49,7 @@
"from_username": "zhangsan"
},
"is_read": false,
"created_at": "2026-02-27T10:00:00Z"
"created_at": "2026-02-27 10:00:00"
},
{
"id": 2,
@@ -62,7 +62,7 @@
"message": "我是你的同事"
},
"is_read": false,
"created_at": "2026-02-27T09:30:00Z"
"created_at": "2026-02-27 09:30:00"
}
],
"total": 15,