|
@@ -9,7 +9,6 @@ using Newtonsoft.Json;
|
|
|
using GxPress.Common.Extensions;
|
|
|
using GxPress.Result.App.IM;
|
|
|
using GxPress.Common.Tools;
|
|
|
-using System.Linq;
|
|
|
|
|
|
namespace GxPress.Service.Implement.IM
|
|
|
{
|
|
@@ -30,8 +29,8 @@ namespace GxPress.Service.Implement.IM
|
|
|
throw new BusinessException("群名称不能为空");
|
|
|
if (string.IsNullOrEmpty(request.AvatarUrl))
|
|
|
throw new BusinessException("群头像不能为空");
|
|
|
- if (string.IsNullOrEmpty(request.Introduce))
|
|
|
- throw new BusinessException("群介绍不能为空");
|
|
|
+ // if (string.IsNullOrEmpty(request.Introduce))
|
|
|
+ // throw new BusinessException("群介绍不能为空");
|
|
|
try
|
|
|
{
|
|
|
var token = await _cache.GetAsync<string>("ImToken");
|