poi_page.PackagePriceUpdate
This commit is contained in:
@@ -98,3 +98,18 @@ func TestPoiOpen(t *testing.T) {
|
||||
t.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
||||
func TestPackagePriceUpdate(t *testing.T) {
|
||||
err := api.PackagePriceUpdate("2461723", 1, 50)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
||||
func TestPackagePriceGet(t *testing.T) {
|
||||
priceInfo, err := api.PackagePriceGet("2461723")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
t.Log(utils.Format4Output(priceInfo, false))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user