aa
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user