
com.lorne.yuntongxun.service.YtxMsgService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yunyongxun Show documentation
Show all versions of yunyongxun Show documentation
yunyongxun project for Spring Boot
The newest version!
package com.lorne.yuntongxun.service;
/**
* 云通讯服务对象
* create by lorne on 2017/9/25
*/
public interface YtxMsgService {
boolean sendMsg(String msgId,String mobiles,String ... args);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy