完善 disqus 评论

This commit is contained in:
deepzz0
2017-06-26 23:51:13 +08:00
parent 66811830b0
commit 2825bbfeae
6 changed files with 127 additions and 54 deletions

View File

@@ -23,3 +23,7 @@ func TestPostComment(t *testing.T) {
}
t.Log("post success")
}
func TestApprovePost(t *testing.T) {
ApprovePost()
}