This commit is contained in:
richboo111
2023-03-07 15:01:36 +08:00
parent 2fce73dd58
commit 06d2f62084
7 changed files with 162 additions and 176 deletions

View File

@@ -7,7 +7,7 @@ import (
//创建运费模板
func TestCreateFreight(t *testing.T) {
data, err := CreateFreightTemplate(668504)
data, err := CreateFreightTemplate(668787)
fmt.Println(data)
fmt.Println(err)
}