This commit is contained in:
Daniel 2024-12-08 16:37:40 +08:00
parent 6a7fb4ad61
commit 5aa97664d5
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -1066,6 +1066,9 @@ func getDoc(c *gin.Context) {
return
}
reqId := arg["reqId"]
ret.Data = map[string]interface{}{"reqId": reqId}
id := arg["id"].(string)
idx := arg["index"]
index := 0