|
@@ -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)
|