京东商城刷新待售商品

This commit is contained in:
苏尹岚
2020-05-22 15:38:38 +08:00
parent 93ae05ec42
commit d29d80b808
4 changed files with 26 additions and 5 deletions

View File

@@ -378,9 +378,9 @@ func TestUpdateWareMarketPrice(t *testing.T) {
}
func TestFindOpReason(t *testing.T) {
err := api.FindOpReason(14519009105)
result, err := api.FindOpReason(14519009105)
if err != nil {
t.Fatal(err)
}
// t.Log(utils.Format4Output(result, false))
t.Log(utils.Format4Output(result, false))
}