|
@@ -106,7 +106,7 @@ namespace OASystem.API.OAMethodLib.QiYeWeChatAPI.AppNotice
|
|
List<string> qwUserIdList = GetQiyeChatUserIdList(userId);
|
|
List<string> qwUserIdList = GetQiyeChatUserIdList(userId);
|
|
if (qwUserIdList.Count > 0)
|
|
if (qwUserIdList.Count > 0)
|
|
{
|
|
{
|
|
- ResponseBase result = await _qiYeWeChatApiService.GroupStatus_SendMessage_ToUser_Markdown(userId, MarkdownLib.GroupStatus_Create(info));
|
|
|
|
|
|
+ ResponseBase result = await _qiYeWeChatApiService.GroupStatus_SendMessage_ToUser_Markdown(qwUserIdList, MarkdownLib.GroupStatus_Create(info));
|
|
|
|
|
|
if (result.errcode != 0)
|
|
if (result.errcode != 0)
|
|
{
|
|
{
|
|
@@ -500,7 +500,7 @@ namespace OASystem.API.OAMethodLib.QiYeWeChatAPI.AppNotice
|
|
List<string> qwUserIdList = GetQiyeChatUserIdList(userId);
|
|
List<string> qwUserIdList = GetQiyeChatUserIdList(userId);
|
|
if (qwUserIdList.Count > 0)
|
|
if (qwUserIdList.Count > 0)
|
|
{
|
|
{
|
|
- ResponseBase result = await _qiYeWeChatApiService.GroupStatus_SendMessage_ToUser_Markdown(userId, MarkdownLib.AuditResult_ApplyFee_User(info));
|
|
|
|
|
|
+ ResponseBase result = await _qiYeWeChatApiService.GroupStatus_SendMessage_ToUser_Markdown(qwUserIdList, MarkdownLib.AuditResult_ApplyFee_User(info));
|
|
|
|
|
|
if (ccp.IsAuditGM == 1)
|
|
if (ccp.IsAuditGM == 1)
|
|
{
|
|
{
|
|
@@ -595,7 +595,7 @@ namespace OASystem.API.OAMethodLib.QiYeWeChatAPI.AppNotice
|
|
List<string> qwUserIdList = GetQiyeChatUserIdList(userId);
|
|
List<string> qwUserIdList = GetQiyeChatUserIdList(userId);
|
|
if (qwUserIdList.Count > 0)
|
|
if (qwUserIdList.Count > 0)
|
|
{
|
|
{
|
|
- ResponseBase result = await _qiYeWeChatApiService.GroupStatus_SendMessage_ToUser_Markdown(userId, MarkdownLib.PayResult_Group_ToUser(info));
|
|
|
|
|
|
+ ResponseBase result = await _qiYeWeChatApiService.GroupStatus_SendMessage_ToUser_Markdown(qwUserIdList, MarkdownLib.PayResult_Group_ToUser(info));
|
|
|
|
|
|
if (result.errcode != 0)
|
|
if (result.errcode != 0)
|
|
{
|
|
{
|
|
@@ -743,7 +743,7 @@ namespace OASystem.API.OAMethodLib.QiYeWeChatAPI.AppNotice
|
|
List<string> qwUserIdList = GetQiyeChatUserIdList(userId);
|
|
List<string> qwUserIdList = GetQiyeChatUserIdList(userId);
|
|
if (qwUserIdList.Count > 0)
|
|
if (qwUserIdList.Count > 0)
|
|
{
|
|
{
|
|
- ResponseBase result = await _qiYeWeChatApiService.GroupStatus_SendMessage_ToUser_Markdown(userId, MarkdownLib.DailyPayReminder_Audit_ToUser(info));
|
|
|
|
|
|
+ ResponseBase result = await _qiYeWeChatApiService.GroupStatus_SendMessage_ToUser_Markdown(qwUserIdList, MarkdownLib.DailyPayReminder_Audit_ToUser(info));
|
|
if (result.errcode != 0)
|
|
if (result.errcode != 0)
|
|
{
|
|
{
|
|
//抄送日志
|
|
//抄送日志
|
|
@@ -772,7 +772,7 @@ namespace OASystem.API.OAMethodLib.QiYeWeChatAPI.AppNotice
|
|
List<string> qwUserIdList = GetQiyeChatUserIdList(userId);
|
|
List<string> qwUserIdList = GetQiyeChatUserIdList(userId);
|
|
if (qwUserIdList.Count > 0)
|
|
if (qwUserIdList.Count > 0)
|
|
{
|
|
{
|
|
- ResponseBase result = await _qiYeWeChatApiService.GroupStatus_SendMessage_ToUser_Markdown(userId, MarkdownLib.DailyPayReminder_Pay_ToUser(info));
|
|
|
|
|
|
+ ResponseBase result = await _qiYeWeChatApiService.GroupStatus_SendMessage_ToUser_Markdown(qwUserIdList, MarkdownLib.DailyPayReminder_Pay_ToUser(info));
|
|
if (result.errcode != 0)
|
|
if (result.errcode != 0)
|
|
{
|
|
{
|
|
//抄送日志
|
|
//抄送日志
|