1、新增运营手机号提醒;

This commit is contained in:
chenlin 2025-08-14 14:02:21 +08:00
parent cad3551f6d
commit d88d40c9e6

View File

@ -1826,7 +1826,7 @@ func CheckOnDeliverMall() {
}
// 获取需要通知的手机号列表
var phoneNumbers = []string{"15019230751", "13590423587"} // 示例多个手机号
var phoneNumbers = []string{"15019230751", "13590423587", "13940109711"} // 示例多个手机号
// 短信通知逻辑
message := fmt.Sprintf("【明慧科技】温馨提示:小程序商城有%d个待发货订单请及时处理。", len(orders))