This commit is contained in:
苏尹岚
2021-03-10 10:30:11 +08:00
parent 0bad10fc85
commit f210ed13db
2 changed files with 27 additions and 0 deletions

View File

@@ -149,3 +149,11 @@ func TestPoiSettleSettlementList(t *testing.T) {
}
t.Log(utils.Format4Output(result, false))
}
func TestCommentScore(t *testing.T) {
result, err := api.CommentScore("11182878")
if err != nil {
t.Fatal(err)
}
t.Log(utils.Format4Output(result, false))
}