fix disqus bug

This commit is contained in:
deepzz0
2017-06-12 01:44:28 +08:00
parent a84a474504
commit 1634418a13
2 changed files with 2 additions and 2 deletions

View File

@@ -277,7 +277,7 @@ type DisqusComments struct {
ErrMsg string `json:"errmsg"`
Data struct {
Next string `json:"next"`
Total int `json:"total,omitempty"`
Total int `json:"total"`
Comments []commentsDetail `json:"comments"`
Thread string `json:"thread"`
} `json:"data"`

File diff suppressed because one or more lines are too long