群发消息显示

This commit is contained in:
XiuYun CHEN
2025-08-06 11:08:48 +08:00
parent c016bc889f
commit 8cb36953d9
11 changed files with 47 additions and 31 deletions
@@ -0,0 +1,11 @@
export interface customAttachment
{
gdxz_title:string;//标题
gdxz_url:string;//内容url
gdxz_content:string;//内容
gdxz_id:string;//id
gdxz_img:string;//照片
gdxz_type:string;//类型
gdxz_ext_data:string;//备用字段,json字符串
}