反链面板

This commit is contained in:
Liang Ding 2022-09-29 13:06:19 +08:00
parent cb9241eedc
commit 667e0d3f74
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 13 additions and 5 deletions

View file

@ -49,9 +49,9 @@ func getBacklinkDoc(c *gin.Context) {
defID := arg["defID"].(string)
refTreeID := arg["refTreeID"].(string)
doms := model.GetBacklinkDoc(defID, refTreeID)
backlinks := model.GetBacklinkDoc(defID, refTreeID)
ret.Data = map[string]interface{}{
"doms": doms,
"backlinks": backlinks,
}
}