- jd comment api
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user