修改短信模板签名

This commit is contained in:
“wanyongkang”
2025-05-15 10:25:54 +08:00
parent 4b1b75285d
commit c9c8386da5
4 changed files with 6 additions and 6 deletions

View File

@@ -1318,7 +1318,7 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel,
}
var managerEntity = await m_ManageService.GetById(userEntity.ManagerId.ToInt());
if (managerEntity.TenantId == 1 && managerEntity.RoleId == 100 && DateTime.Now.Hour<23 && DateTime.Now.Hour>8) {
AliSmsService.Send("SMS_462300235", new { name = userEntity.ManagerName,phone=userEntity.Phone }, "聚IP", managerEntity.Phone);
AliSmsService.Send("SMS_462300235", new { name = userEntity.ManagerName,phone=userEntity.Phone }, "河南华连网络科技", managerEntity.Phone);
}
return new ApiResult(1);
}