This commit is contained in:
suyl
2021-06-17 14:32:39 +08:00
parent 3ed374e74a
commit f746cd1023
13 changed files with 191 additions and 18 deletions

View File

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