This commit is contained in:
邹宗楠
2024-08-20 18:07:17 +08:00
parent 84f2123953
commit 69ae02fb5f
2 changed files with 4 additions and 16 deletions

View File

@@ -86,3 +86,7 @@ func TestRefreshAccessToken(t *testing.T) {
func TestPushPrintMsg(t *testing.T) {
api.PushPrintMsg("2401171703736658807")
}
func Test11(t *testing.T) {
fmt.Println(utils.Str2Float64(""))
}