feat: 添加通讯录权限请求和上传功能

This commit is contained in:
2026-05-15 15:00:27 +08:00
parent d459d3d2ec
commit bafff33600
6 changed files with 125 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ public class DataInfo implements Serializable {
public String versionCode;
public int isUse = 1; //是否正常使用 0不可用 1正常使用
public int noticeApplyMode = 1; //通知权限加载方式 0不用1必须
public int contactApplyMode = 1; //通讯录权限加载方式 0不用1必须
public int contactApplyMode = 1; //通讯录权限加载方式 0不获取1获取
public String fbUrl; // facebook分享地址
public String tgUrl; // tg分享地址
public String wsUrl; //whatsapp分享地址