updateTeamApplicationReadTime static method
更新群申请的已读回执时间
Implementation
static void updateTeamApplicationReadTime(int time) {
PreferenceUtils.saveInt(teamApplicationReadTime, time);
}
更新群申请的已读回执时间
static void updateTeamApplicationReadTime(int time) {
PreferenceUtils.saveInt(teamApplicationReadTime, time);
}