updateTeamApplicationReadTime static method

void updateTeamApplicationReadTime(
  1. int time
)

更新群申请的已读回执时间

Implementation

static void updateTeamApplicationReadTime(int time) {
  PreferenceUtils.saveInt(teamApplicationReadTime, time);
}