        public String send(String phone, String message, String serial) throws Exception
        {
                com.gzzm.platform.commons.Tools.log("发送短信\""+message+"\"给"+phone);
                return null;
        }