mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 07:19:26 +00:00
Basic panel functions added to backend
This commit is contained in:
parent
8ba7689c39
commit
6767f77fcf
3 changed files with 85 additions and 20 deletions
|
|
@ -82,6 +82,8 @@ func decryptAuth(r *http.Request) string {
|
|||
return ""
|
||||
}
|
||||
|
||||
log.Println("data", req.Data)
|
||||
|
||||
deviceKey, errKey := GetKeyByUuid(req.Uuid)
|
||||
decryptData, errDec := DecryptAES(deviceKey, req.Data)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue