- api GetEleCommentList added
This commit is contained in:
@@ -40,3 +40,14 @@ func TestGetStoreOrderInfoList(t *testing.T) {
|
||||
baseapi.SugarLogger.Debug(len(orderInfoList))
|
||||
}
|
||||
}
|
||||
|
||||
func TestGetEleCommentList(t *testing.T) {
|
||||
commentList, err := api.GetEleCommentList("2019-02-14 13:00:00", "2019-02-15 15:30:00", "", "", ReplyStatusAll, CommentLevelAll, CommentContentAll)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
if true {
|
||||
baseapi.SugarLogger.Debug(utils.Format4Output(commentList, false))
|
||||
baseapi.SugarLogger.Debug(len(commentList))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user