增加result返回列表,联系人接口增加推送

This commit is contained in:
2025-09-12 10:28:05 +08:00
parent adfe8eced1
commit 8dd351cccd
15 changed files with 70 additions and 53 deletions

View File

@@ -0,0 +1,10 @@
package com.onekeycall.videotablet.config;
public class PushIdConfig {
/*绑定设备*/
public static final String BIND_DEVICE = "1";
/*卸载应用*/
public static final String UNINSTALL_APK = "2";
/*添加联系人*/
public static final String CONTACT_ADD = "3";
}