Пример #1
0
 public async Task <MessageModel <WeChatApiDto> > PushTxtMsg([FromBody] WeChatPushTestDto msg)
 {
     return(await _weChatConfigServices.PushTxtMsg(msg));
 }