hi 0.1.18

hi with mail & wxpusher
Documentation
1
2
3
4
5
6
7
use aok::OK;

#[tokio::test]
async fn test() -> aok::Result<()> {
  hi::send("测试标题", "测试内容", "https://baidu.com").await;
  OK
}