This commit is contained in:
苏尹岚
2021-03-12 14:03:12 +08:00
parent f210ed13db
commit cb13becfd9
5 changed files with 11 additions and 11 deletions

View File

@@ -704,10 +704,10 @@ func TestStoreWareDoUpdate(t *testing.T) {
}
func TestStoreUpdatePrice(t *testing.T) {
// err := api.StoreUpdatePrice(80, 10024685331653, "1000063128")
// if err != nil {
// t.Fatal(err)
// }
err := api.StoreUpdatePrice("11.4", 10027605679156, "1000069001")
if err != nil {
t.Fatal(err)
}
// t.Log(utils.Format4Output(result, false))
}