|
@@ -168,7 +168,7 @@ func SendWxCategoryMsgSpecialFollow(specialId int) (err error) {
|
|
|
|
|
|
mobile = strings.TrimRight(mobile, ",")
|
|
|
|
|
|
- openIdList, e := models.GetWxOpenIdByMobileList(mobile)
|
|
|
+ openIdList, e := models.GetMfyxWxOpenIdByMobileList(mobile)
|
|
|
if e != nil {
|
|
|
err = errors.New("GetSellerByAdminId, Err: " + e.Error())
|
|
|
return
|