更新云信相关代码

This commit is contained in:
XiuYun CHEN
2025-07-10 08:57:32 +08:00
parent a297e0452f
commit 5954f51701
523 changed files with 61546 additions and 1488 deletions
@@ -53,4 +53,9 @@ export interface Data{
realName:string;
specialy:Array<object>;
}
export interface BaseBean{
code:string;
message:string;
}
@@ -0,0 +1,6 @@
export interface ViewImageInfo{
url:string,
uri:string
}