|
@@ -1711,7 +1711,7 @@ namespace OASystem.API.Controllers
|
|
|
//List<string> templist = new List<string>() { 234.ToString() };
|
|
|
//await AppNoticeLibrary.SendUserMsg_GroupStatus_AuditFee(14090, templist, QiyeWeChatEnum.TestChat);
|
|
|
|
|
|
- await AppNoticeLibrary.SendUserMsg_GroupShare_ToJob(_dto.DiId); ;
|
|
|
+ //await AppNoticeLibrary.SendUserMsg_GroupShare_ToJob(_dto.DiId); ;
|
|
|
|
|
|
|
|
|
//DeleReminderMessage.PostMessageByWebhook();
|
|
@@ -1719,18 +1719,19 @@ namespace OASystem.API.Controllers
|
|
|
|
|
|
//创建群聊
|
|
|
|
|
|
- //List<string> userList1 = new List<string>() { "Feint", "amy.zhu@pan-american-intl.com", "judy.zeng@pan-american-intl.com", "FuHongJin" };
|
|
|
+ //List<string> userList1 = new List<string>() { "Feint", "amy.zhu@pan-american-intl.com", "judy.zeng@pan-american-intl.com", "FuHongJin" };
|
|
|
//List<string> userList2 = new List<string>() { "Feint", "ZhaoYaQi", "LiaoWenYa" };
|
|
|
//List<string> userList3 = new List<string>() { "Feint", "amy.zhu@pan-american-intl.com", "judy.zeng@pan-american-intl.com", "FuHongJin", "ZhaoYaQi", "LiaoWenYa" };
|
|
|
|
|
|
- //GroupStatus_CreateChatView rst1 = await _qiYeWeChatApiService.GroupStatus_CreateChat("OA通知-财务部", "Feint", userList1, "CaiWuChat01");
|
|
|
+ //GroupStatus_CreateChatView rst1 = await _qiYeWeChatApiService.GroupStatus_CreateChat("团组通知", "Feint", userList1, "CaiWuChat01");
|
|
|
//GroupStatus_CreateChatView rst2 = await _qiYeWeChatApiService.GroupStatus_CreateChat("OA通知-国交部", "Feint", userList2, "GuoJiaoLeader01");
|
|
|
//GroupStatus_CreateChatView rst3 = await _qiYeWeChatApiService.GroupStatus_CreateChat("OA通知-团组(公司客户)", "Feint", userList3, "CompanyCRMChat01");
|
|
|
|
|
|
//推送消息(模板)
|
|
|
|
|
|
//List<string> userList = new List<string>() { "Feint", "huaju.liu", "johnny.yang@pan-american-intl.com" };
|
|
|
- List<string> userList = new List<string>() { "Feint", "johnny.yang@pan-american-intl.com" };
|
|
|
+ //List<string> userList = new List<string>() { "Feint", "johnny.yang@pan-american-intl.com", "huaju.liu" };
|
|
|
+ //GroupStatus_CreateChatView rst1 = await _qiYeWeChatApiService.GroupStatus_CreateChat("团组出行通知", "Feint", userList, "CaiWuChat02");
|
|
|
|
|
|
//团组出发
|
|
|
//AppNoticeLibrary.SendUserMsg_GroupStatus_Create(2358, userList);
|
|
@@ -1739,7 +1740,8 @@ namespace OASystem.API.Controllers
|
|
|
//AppNoticeLibrary.SendChatMsg_GroupStatus_ApplyFee(_dto.DiId, QiyeWeChatEnum.TestChat);
|
|
|
|
|
|
//费用审核结果通知(通过情况下发送财务群)
|
|
|
- //AppNoticeLibrary.SendUserMsg_GroupStatus_AuditFee(_dto.DiId, userList, QiyeWeChatEnum.TestChat);
|
|
|
+ List<string> userList = new List<string>() { "234" };
|
|
|
+ AppNoticeLibrary.SendUserMsg_GroupStatus_AuditFee(_dto.DiId, userList, QiyeWeChatEnum.CaiWuChat02);
|
|
|
|
|
|
//4、财务付款时:(1)对应版块人员【单独发,状态为已付款才发】
|
|
|
//AppNoticeLibrary.SendUserMsg_GroupStatus_PayResult(_dto.DiId, userList);
|
|
@@ -1754,7 +1756,7 @@ namespace OASystem.API.Controllers
|
|
|
|
|
|
|
|
|
//日付申请提醒财务群
|
|
|
- //AppNoticeLibrary.DailyPayReminders_Create_ToCaiwuChat(_dto.DiId, QiyeWeChatEnum.TestChat);
|
|
|
+ //AppNoticeLibrary.DailyPayReminders_Create_ToCaiwuChat(_dto.DiId, QiyeWeChatEnum.CaiWuChat02);
|
|
|
//日付申请结果推送用户、成功通知财务群
|
|
|
//AppNoticeLibrary.DailyPayReminder_Audit_ToUser(_dto.DiId, userList, QiyeWeChatEnum.TestChat);
|
|
|
//AppNoticeLibrary.DailyPayReminder_Pay_ToUser(_dto.DiId, userList);
|