|
@@ -2077,8 +2077,8 @@ namespace OASystem.API.Controllers
|
|
#region 应用推送
|
|
#region 应用推送
|
|
try
|
|
try
|
|
{
|
|
{
|
|
- int ccpId = Convert.ToInt32(groupData.Data.ccpId);
|
|
|
|
- int sign = Convert.ToInt32(groupData.Data.sign);
|
|
|
|
|
|
+ int ccpId = groupData.Data.GetType().GetProperty("ccpId").GetValue(groupData.Data, null);
|
|
|
|
+ int sign = groupData.Data.GetType().GetProperty("sign").GetValue(groupData.Data, null);
|
|
|
|
|
|
await AppNoticeLibrary.SendChatMsg_GroupStatus_ApplyFee(ccpId, sign, QiyeWeChatEnum.GuoJiaoLeaderChat);
|
|
await AppNoticeLibrary.SendChatMsg_GroupStatus_ApplyFee(ccpId, sign, QiyeWeChatEnum.GuoJiaoLeaderChat);
|
|
}
|
|
}
|
|
@@ -2970,8 +2970,8 @@ namespace OASystem.API.Controllers
|
|
#region 应用推送
|
|
#region 应用推送
|
|
try
|
|
try
|
|
{
|
|
{
|
|
- int ccpId = Convert.ToInt32(groupData.Data.ccpId);
|
|
|
|
- int sign = Convert.ToInt32(groupData.Data.sign);
|
|
|
|
|
|
+ int ccpId = groupData.Data.GetType().GetProperty("ccpId").GetValue(groupData.Data, null);
|
|
|
|
+ int sign = groupData.Data.GetType().GetProperty("sign").GetValue(groupData.Data, null);
|
|
|
|
|
|
await AppNoticeLibrary.SendChatMsg_GroupStatus_ApplyFee(ccpId, sign, QiyeWeChatEnum.GuoJiaoLeaderChat);
|
|
await AppNoticeLibrary.SendChatMsg_GroupStatus_ApplyFee(ccpId, sign, QiyeWeChatEnum.GuoJiaoLeaderChat);
|
|
}
|
|
}
|
|
@@ -3245,8 +3245,8 @@ namespace OASystem.API.Controllers
|
|
#region 应用推送
|
|
#region 应用推送
|
|
try
|
|
try
|
|
{
|
|
{
|
|
- int ccpId = Convert.ToInt32(groupData.Data.ccpId);
|
|
|
|
- int sign = Convert.ToInt32(groupData.Data.sign);
|
|
|
|
|
|
+ int ccpId = groupData.Data.GetType().GetProperty("ccpId").GetValue(groupData.Data, null);
|
|
|
|
+ int sign = groupData.Data.GetType().GetProperty("sign").GetValue(groupData.Data, null);
|
|
|
|
|
|
await AppNoticeLibrary.SendChatMsg_GroupStatus_ApplyFee(ccpId, sign, QiyeWeChatEnum.GuoJiaoLeaderChat);
|
|
await AppNoticeLibrary.SendChatMsg_GroupStatus_ApplyFee(ccpId, sign, QiyeWeChatEnum.GuoJiaoLeaderChat);
|
|
}
|
|
}
|
|
@@ -5574,8 +5574,8 @@ namespace OASystem.API.Controllers
|
|
#region 应用推送
|
|
#region 应用推送
|
|
try
|
|
try
|
|
{
|
|
{
|
|
- int ccpId = Convert.ToInt32(groupData.Data.ccpId);
|
|
|
|
- int sign = Convert.ToInt32(groupData.Data.sign);
|
|
|
|
|
|
+ int ccpId = groupData.Data.GetType().GetProperty("ccpId").GetValue(groupData.Data, null);
|
|
|
|
+ int sign = groupData.Data.GetType().GetProperty("sign").GetValue(groupData.Data, null);
|
|
|
|
|
|
await AppNoticeLibrary.SendChatMsg_GroupStatus_ApplyFee(ccpId, sign, QiyeWeChatEnum.GuoJiaoLeaderChat);
|
|
await AppNoticeLibrary.SendChatMsg_GroupStatus_ApplyFee(ccpId, sign, QiyeWeChatEnum.GuoJiaoLeaderChat);
|
|
}
|
|
}
|
|
@@ -5770,8 +5770,8 @@ namespace OASystem.API.Controllers
|
|
#region 应用推送
|
|
#region 应用推送
|
|
try
|
|
try
|
|
{
|
|
{
|
|
- int ccpId = Convert.ToInt32(groupData.Data.ccpId);
|
|
|
|
- int sign = Convert.ToInt32(groupData.Data.sign);
|
|
|
|
|
|
+ int ccpId = groupData.Data.GetType().GetProperty("ccpId").GetValue(groupData.Data, null);
|
|
|
|
+ int sign = groupData.Data.GetType().GetProperty("sign").GetValue(groupData.Data, null);
|
|
|
|
|
|
await AppNoticeLibrary.SendChatMsg_GroupStatus_ApplyFee(ccpId, sign, QiyeWeChatEnum.GuoJiaoLeaderChat);
|
|
await AppNoticeLibrary.SendChatMsg_GroupStatus_ApplyFee(ccpId, sign, QiyeWeChatEnum.GuoJiaoLeaderChat);
|
|
}
|
|
}
|
|
@@ -9754,8 +9754,8 @@ namespace OASystem.API.Controllers
|
|
#region 应用推送
|
|
#region 应用推送
|
|
try
|
|
try
|
|
{
|
|
{
|
|
- int ccpId = Convert.ToInt32(data.Data.ccpId);
|
|
|
|
- int sign = Convert.ToInt32(data.Data.sign);
|
|
|
|
|
|
+ int ccpId = data.Data.GetType().GetProperty("ccpId").GetValue(data.Data, null);
|
|
|
|
+ int sign = data.Data.GetType().GetProperty("sign").GetValue(data.Data, null);
|
|
|
|
|
|
await AppNoticeLibrary.SendChatMsg_GroupStatus_ApplyFee(ccpId, sign, QiyeWeChatEnum.GuoJiaoLeaderChat);
|
|
await AppNoticeLibrary.SendChatMsg_GroupStatus_ApplyFee(ccpId, sign, QiyeWeChatEnum.GuoJiaoLeaderChat);
|
|
}
|
|
}
|
|
@@ -10576,8 +10576,8 @@ namespace OASystem.API.Controllers
|
|
#region 应用推送
|
|
#region 应用推送
|
|
try
|
|
try
|
|
{
|
|
{
|
|
- int ccpId = Convert.ToInt32(groupData.Data.ccpId);
|
|
|
|
- int sign = Convert.ToInt32(groupData.Data.sign);
|
|
|
|
|
|
+ int ccpId = groupData.Data.GetType().GetProperty("ccpId").GetValue(groupData.Data, null);
|
|
|
|
+ int sign = groupData.Data.GetType().GetProperty("sign").GetValue(groupData.Data, null);
|
|
|
|
|
|
await AppNoticeLibrary.SendChatMsg_GroupStatus_ApplyFee(ccpId, sign, QiyeWeChatEnum.GuoJiaoLeaderChat);
|
|
await AppNoticeLibrary.SendChatMsg_GroupStatus_ApplyFee(ccpId, sign, QiyeWeChatEnum.GuoJiaoLeaderChat);
|
|
}
|
|
}
|