This commit is contained in:
苏尹岚
2021-04-13 15:52:33 +08:00
parent 759643acd7
commit a472b60ae0
4 changed files with 12 additions and 11 deletions

View File

@@ -215,7 +215,7 @@ func TestUpdateClosetStatus(t *testing.T) {
}
func TestGetJdShopOrders(t *testing.T) {
result, err := api.GetJdShopOrders("20200903", "20200904", "320406", "jd_jxcs1223")
result, err := api.GetJdShopOrders("20210412", "20210413", "339032", "jd_jxgy")
if err != nil {
t.Fatal(err)
}