fis simple

This commit is contained in:
deepzz0
2016-10-02 22:14:17 +08:00
parent c1f6611b5d
commit 575582e391
3 changed files with 5 additions and 3 deletions

View File

@@ -207,7 +207,9 @@ func HandleSitemap(c *gin.Context) {
func HandleBeacon(c *gin.Context) {}
// 服务端获取评论详细
func HandleComments(c *gin.Context) {
func HandleDisqus(c *gin.Context) {
slug := c.Query("slug")
logd.Debug(slug)
// TODO comments
var ss = map[string]interface{}{
"errno": 0,