示例#1
0
 public async Task <List <Chat> > GetRecent()
 {
     blockUnauthorized();
     return(await mainMessageModule.getRecent());
 }