短信发送 腾挪mas机

短信发送 移动mas机
      举例:特服号为123456    mas机的接口的短信字码:15    业务子端口为100  


则需要使用方法:首先是一个初始化的过程,也就是跟mas机上的mysql 连接的过程


public void init() {
int connectRe = handler.init(host, name, pwd, apiId, dbName);

}  


  发送短信:
     private APIClient handler = new APIClient();
    int re=handler.sendSM(mobiles, content, sendTime, smID, srcID)