zwxi 11 months ago
parent
commit
4d77a07f1e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      services/wechat_send_category_template_msg.go
  2. 1 1
      utils/constants.go

+ 1 - 1
services/wechat_send_category_template_msg.go

@@ -767,7 +767,7 @@ func SendWxCategoryMsgWithYxActivityCancelSignUpBySell(uid, activityId int) (err
 	if err != nil {
 		return
 	}
-	mobileArr = append(mobileArr, sellerItem.Mobile)
+	mobileArr = append(mobileArr, sellerItem.Mobile, utils.MobileShenTao)
 	cnfNeiRongArr := strings.Split(cnfNeiRong.ConfigValue, ",")
 	for _, v := range cnfNeiRongArr {
 		mobileArr = append(mobileArr, v)

+ 1 - 1
utils/constants.go

@@ -581,7 +581,7 @@ const (
 )
 
 const (
-	MobileShenTao       = "17758061174" //沈涛手机号18767183922
+	MobileShenTao       = "18767183922" //沈涛手机号18767183922
 	MobileZhangChuanXin = "15557270714" // 张传星手机号
 	MobileWangFang      = "18621268829" // 王芳手机号
 	MobileWuAngDi       = "18701809782" // 吴昂迪手机号