Skip to content

Commit 42570b7

Browse files
committed
Update: 修正 /api/v1/msg 部分内容
1 parent 2bfdd1a commit 42570b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/api/v1/msg.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,12 @@ message list_message_by_seq {
195195
string sticker_url = 9; // 表情URL
196196
string post_id = 10; // 文章ID
197197
string post_title = 11; // 文章标题
198-
uint64 post_content = 12; // 文章内容
198+
string post_content = 12; // 文章内容
199199
string post_content_type = 13; // 文章类型
200200
string expression_id = 15; // 个人表情ID(不知道为啥为STR)
201201
uint64 file_size = 18; // 文件/图片大小(字节)
202202
string video_url = 19; // 视频URL
203-
string audio_url = 21; // 编辑时间
203+
string audio_url = 21; // 语音URL
204204
uint64 audio_time = 22; // 语音时长
205205
uint64 sticker_item_id = 25; // 表情ID
206206
uint64 sticker_pack_id = 26; // 表情包ID

0 commit comments

Comments
 (0)