This commit is contained in:
richboo111
2022-10-25 09:45:12 +08:00
parent 1cd24373b6
commit 8b54cc9f23
2 changed files with 8 additions and 2 deletions

View File

@@ -11,3 +11,9 @@ func TestCreateFreight(t *testing.T) {
fmt.Println(data)
fmt.Println(err)
}
//营业时间格式
func TestSplicingTimeToDoudian(t *testing.T) {
data := SplicingTimeToDoudian(1130, 1200, 1430, 1500)
fmt.Println(data)
}