This commit is contained in:
Jay
2018-09-27 21:43:14 +08:00
3 changed files with 20 additions and 4 deletions
+4
View File
@@ -147,5 +147,9 @@ func GetLineMessageLog(c *context.Context) {
c.Success(map[string]interface{}{
"list": resMap,
"page": map[string]interface{}{
"cur": page.Page,
"total": page.Total,
},
})
}