mtwmapi.ParseErr4RetailDiscountDelete

This commit is contained in:
gazebo
2019-11-30 14:08:58 +08:00
parent dd1399d173
commit cf1dc1d6a2
4 changed files with 46 additions and 7 deletions

View File

@@ -13,3 +13,10 @@ func TestCommentQuery(t *testing.T) {
}
t.Log(utils.Format4Output(result, false))
}
func TestCommentAddReply(t *testing.T) {
err := api.CommentAddReply("24617232", 2947288966, "非常抱歉让您没有得到十分满意的购物体验,我们会及时与您联系进行确认并解决问题!")
if err != nil {
t.Fatal(err)
}
}