Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
EggPlanet
/
egg_app
Seguir
3
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
test
tmp
huangjiajun
hace 3 semanas
padre
1edab7380a
commit
17d18e246b
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
app/lib/aes/check.go
+ 1
- 0
app/lib/aes/check.go
Ver fichero
@@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar