aa
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user