果园美团又tm改

This commit is contained in:
苏尹岚
2020-08-26 09:06:24 +08:00
parent 4c4ec40ffc
commit 3fef943df5
4 changed files with 25 additions and 14 deletions

View File

@@ -16,7 +16,7 @@ func TestOrderRatesGet(t *testing.T) {
}
func TestOrderCommetGet(t *testing.T) {
commentList, err := api.OrderCommetGet("102002", 0, utils.Str2Time("2019-09-29"), utils.Str2Time("2019-09-30"), ReplyStatusAll)
commentList, err := api.OrderCommetGet("103035", 0, utils.Str2Time("2020-07-01"), utils.Str2Time("2020-09-30"), ReplyStatusAll)
if err != nil {
t.Fatal(err)
}