This commit is contained in:
邹宗楠
2024-07-22 17:09:50 +08:00
parent 47f1f7894e
commit b3cef3a479
2 changed files with 13 additions and 0 deletions

View File

@@ -80,3 +80,7 @@ func TestRefreshAccessToken(t *testing.T) {
fmt.Println(utils.Format4Output(result, false))
t.Log(utils.Format4Output(result, false))
}
func TestPushPrintMsg(t *testing.T) {
api.PushPrintMsg("2401171703736658807")
}