This commit is contained in:
苏尹岚
2020-09-07 09:24:27 +08:00
parent e52b99a3cb
commit aa0489d434
5 changed files with 7 additions and 6 deletions

View File

@@ -144,7 +144,7 @@ func TestUpdateStoreFreightConfigNew(t *testing.T) {
}
func TestGetDeliveryRangeByStationNo(t *testing.T) {
const testStoreID = "11732462"
const testStoreID = "11738048"
result, err := api.GetDeliveryRangeByStationNo2(testStoreID)
if err != nil {
t.Fatal(err)