|
@@ -1730,8 +1730,8 @@ namespace OASystem.API.Controllers
|
|
|
//推送消息(模板)
|
|
|
|
|
|
//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", "huaju.liu" };
|
|
|
- //GroupStatus_CreateChatView rst1 = await _qiYeWeChatApiService.GroupStatus_CreateChat("团组出行通知", "Feint", userList, "CaiWuChat02");
|
|
|
+ List<string> userList = new List<string>() { "Feint", "johnny.yang@pan-american-intl.com" };
|
|
|
+ GroupStatus_CreateChatView rst1 = await _qiYeWeChatApiService.GroupStatus_CreateChat("团组费用提示", "Feint", userList, "GuoJiaoChat01");
|
|
|
|
|
|
//团组出发
|
|
|
//AppNoticeLibrary.SendUserMsg_GroupStatus_Create(2358, userList);
|
|
@@ -1740,8 +1740,8 @@ namespace OASystem.API.Controllers
|
|
|
//AppNoticeLibrary.SendChatMsg_GroupStatus_ApplyFee(_dto.DiId, QiyeWeChatEnum.TestChat);
|
|
|
|
|
|
//费用审核结果通知(通过情况下发送财务群)
|
|
|
- List<string> userList = new List<string>() { "234" };
|
|
|
- AppNoticeLibrary.SendUserMsg_GroupStatus_AuditFee(_dto.DiId, userList, QiyeWeChatEnum.CaiWuChat02);
|
|
|
+ //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);
|