修改群公告的参数名 feed_id 为 notice_id

This commit is contained in:
ling
2024-08-26 10:37:11 +08:00
parent e7f3cd9f84
commit 5d796bb81a
5 changed files with 10 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ export interface WebApiGroupMemberRet {
export interface WebApiGroupNoticeFeed {
u: number;//发送者
fid: string;//fid
fid: string;//fid,notice_id
pubt: number;//时间
msg: {
text: string