cn.chendahai.dingding.MainClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dingding-spring-boot-starter Show documentation
Show all versions of dingding-spring-boot-starter Show documentation
dingding project for Spring Boot starter
package cn.chendahai.dingding;
import cn.chendahai.dingding.utils.DingDingSendMsg;
/**
* 功能描述
*
* @author chy
*/
public class MainClient {
public static void main(String[] args) {
DingDingSendMsg.sendText("dahai","0fa12a51a37466df312f420d4157a0648effe59bcd725522300edae853401f4f","13121939122");
}
}