This commit is contained in:
苏尹岚
2021-03-18 10:14:06 +08:00
parent 111c6bbbb0
commit 1acb2624ba
8 changed files with 24 additions and 25 deletions

View File

@@ -42,14 +42,12 @@ func TestGetStationsByVenderId(t *testing.T) {
}
func TestGetStoreInfoByStationNo(t *testing.T) {
result, err := api.GetStoreInfoByStationNo2("11980668")
result, err := api.GetStoreInfoByStationNo2("11946249")
if err != nil {
t.Fatal(err)
}
t.Log(utils.Format4Output(result, false))
if result.OutSystemID != mustExistStoreJXID {
baseapi.SugarLogger.Fatalf("outSystemId is not correct, its:%s", result.OutSystemID)
}
}
func TestUpdateStoreInfo4Open(t *testing.T) {
@@ -144,7 +142,7 @@ func TestUpdateStoreFreightConfigNew(t *testing.T) {
}
func TestGetDeliveryRangeByStationNo(t *testing.T) {
const testStoreID = "11980668"
const testStoreID = "11946249"
result, err := api.GetDeliveryRangeByStationNo2(testStoreID)
if err != nil {
t.Fatal(err)