- jd comment api

This commit is contained in:
gazebo
2018-09-29 16:01:17 +08:00
parent 933c218e00
commit 521b3c9f25
3 changed files with 7 additions and 8 deletions

View File

@@ -72,7 +72,7 @@ func TestUpdateStoreInfo4Open(t *testing.T) {
}
func TestGetCommentByOrderId(t *testing.T) {
testOrderID := int64(819498819000341)
testOrderID := int64(822347450000922)
result, err := jdapi.GetCommentByOrderId(testOrderID)
if err != nil {
t.Fatal(err.Error())
@@ -81,6 +81,7 @@ func TestGetCommentByOrderId(t *testing.T) {
if gotOrderID != testOrderID {
t.Fatalf("GetCommentByOrderId wrong, gotOrderID:%d", gotOrderID)
}
t.Log(utils.Format4Output(result, false))
}
func TestUpdateStoreConfig4Open(t *testing.T) {