feat: 添加通讯录权限请求和上传功能
This commit is contained in:
@@ -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分享地址
|
||||
|
||||
Reference in New Issue
Block a user