public JsonResult SendAllSmsBymember(MemberQuery query, string sendCon) { MemberApplication.SendMsg(null, sendCon, "会员管理", query); return(Json(new { Success = true }, true)); }
public JsonResult SendAllSms(MemberPowerQuery query, string sendCon) { MemberApplication.SendMsg(query, sendCon); return(Json(new { Success = true }, true)); }