This commit is contained in:
richboo111
2022-10-08 20:15:29 +08:00
parent d7c6c852e5
commit 663c239270
2 changed files with 38 additions and 59 deletions

View File

@@ -114,3 +114,7 @@ func TestCreateFences(t *testing.T) {
t.Fatal("err===========", err)
t.Fatalf("resp===========:%v", resp)
}
func TestSplice(t *testing.T) {
resp := tiktok_store.SplicingTimeToDoudian(100, 1100, 1200, 2100)
t.Fatalf("resp===========:%v", resp)
}