Пример #1
0
 public async Task <MessageModel <WeChatApiDto> > GetMenu(string id)
 {
     return(await _weChatConfigServices.GetMenu(id));
 }