This commit is contained in:
邹宗楠
2025-02-11 16:09:03 +08:00
parent 0345a5c7a1
commit 7bd3a9f833
2 changed files with 1 additions and 2 deletions

View File

@@ -426,7 +426,7 @@ func TestUpdateFreightTemplate(t *testing.T) {
//获取门店运费模板
func TestGetStoreBindFreight(t *testing.T) {
resp, err := a.GetStoreFreight(89660033)
resp, err := a.GetStoreFreight(199514645)
fmt.Println(resp)
fmt.Println(err)
}

View File

@@ -129,5 +129,4 @@ func TestGetOrderLiquidatedDamages(t *testing.T) {
} else {
t.Log(deductFee)
}
}