Ejemplo n.º 1
0
 /// <summary>
 /// 在群组中发送系统通知
 /// </summary>
 /// <param name="request"></param>
 /// <returns></returns>
 public RequestResult SendGroupSystemNotification(SendGroupSystemNotificationRequest request)
 {
     return(RetString(request, SendGroupSystemNotificationStr, ""));
 }
 /// <summary>
 /// 在群组中发送系统通知:send_group_system_notification
 /// </summary>
 /// <param name="request"></param>
 /// <returns></returns>
 public async Task <SendGroupSystemNotificationResult> SendGroupSystemNotificationAsync(SendGroupSystemNotificationRequest request)
 {
     return(await RequestAsync <SendGroupSystemNotificationRequest, SendGroupSystemNotificationResult>(ServiceName, "send_group_system_notification", request));
 }
Ejemplo n.º 3
0
 public static SendGroupSystemNotificationResult SendGroupSystemNotification(SendGroupSystemNotificationRequest request)
 {
     return(Request <SendGroupSystemNotificationResult>("group_open_http_svc", "send_group_system_notification", request));
 }