|
@@ -359,7 +359,7 @@ func (this *ActivityController) Delete() {
|
|
}
|
|
}
|
|
openIdList = append(openIdList, openIdObj)
|
|
openIdList = append(openIdList, openIdObj)
|
|
}
|
|
}
|
|
- go services.SendWxMsgWithRoadshowSellerActivity(detail.CompanyName, "参会", "已删除", time.Now().Format(utils.FormatDateTime), openIdList, rsActivityId)
|
|
|
|
|
|
+ go services.SendWxMsgWithRoadshowSellerActivity(detail.CompanyName, detail.ActivityType, "已删除", time.Now().Format(utils.FormatDateTime), openIdList, rsActivityId)
|
|
br.Ret = 200
|
|
br.Ret = 200
|
|
br.Success = true
|
|
br.Success = true
|
|
br.Msg = "删除成功"
|
|
br.Msg = "删除成功"
|