Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
EggPlanet
/
egg_app
Segui
3
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
test
tmp
huangjiajun
3 settimane fa
parent
1edab7380a
commit
17d18e246b
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-0
app/lib/aes/check.go
+ 1
- 0
app/lib/aes/check.go
Vedi File
@@ -35,6 +35,7 @@ func CheckSign(c *gin.Context) error {
} else {
body, _ := ioutil.ReadAll(c.Request.Body)
if string(body) != "" {
fmt.Println("body:" + string(body))
str, err := AesDecryptByECB(md.AesKey, string(body))
if err != nil {
return err
Scrivi
Anteprima
Caricamento…
Annulla
Salva