This commit is contained in:
苏尹岚
2021-02-18 14:05:16 +08:00
parent f258539de6
commit 5dd4dbbd1e
6 changed files with 144 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ const (
)
func TestGetStationInfoList(t *testing.T) {
result, err := api.GetStationInfoList("12005640", []int64{2023434101})
result, err := api.GetStationInfoList("12005640", []int64{2023417515})
if err != nil {
t.Fatal(err)
}
@@ -23,9 +23,9 @@ func TestGetStationInfoList(t *testing.T) {
func TestDelVipPrice(t *testing.T) {
err := api.DelVipPrice("667281", []*SkuIdEntity{
&SkuIdEntity{
OutSkuId: "26074",
OutSkuId: "31196",
},
}, "")
})
if err != nil {
t.Fatal(err)
}