京东商城

This commit is contained in:
苏尹岚
2020-06-04 09:58:20 +08:00
parent a71f902289
commit 6a4077f441
7 changed files with 47 additions and 18 deletions

View File

@@ -78,7 +78,7 @@ func TestGetTrackMessagePlusByOrder(t *testing.T) {
t.Log(utils.Format4Output(result, false))
}
func TestSearchShopStock(t *testing.T) {
result, err := api.SearchShopStock("")
result, err := api.SearchShopStock("EMG4418113943423")
if err != nil {
t.Fatal(err)
}
@@ -86,7 +86,7 @@ func TestSearchShopStock(t *testing.T) {
}
func TestQueryStock(t *testing.T) {
result, err := api.QueryStock("")
result, err := api.QueryStock("EMG4418113943423")
if err != nil {
t.Fatal(err)
}