反链面板

This commit is contained in:
Liang Ding 2022-09-29 12:38:48 +08:00
parent f6411dba9a
commit b238a5de41
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
3 changed files with 12 additions and 23 deletions

View file

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