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