namespace WX.CRM.CRMServices.SMS
{
public interface IMsgSend
InterfaceModel.ReturnResult Execute(string[] mobiles, string msg);
decimal queryAmt();
}