Explorar el Código

update

add_mode
DengBiao hace 1 año
padre
commit
02feea5827
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      app/customer/hdl/hdl_alipay.go

+ 2
- 0
app/customer/hdl/hdl_alipay.go Ver fichero

@@ -7,10 +7,12 @@ import (
"applet/app/db"
"applet/app/e"
"applet/app/enum"
"fmt"
"github.com/gin-gonic/gin"
)

func AesDecrypt(c *gin.Context) {
fmt.Println(">>>>>>>>>>>>>>>>>", c.Request.Body)
var req md.CurlAesDecrypt
err := c.ShouldBindJSON(&req)
if err != nil {


Cargando…
Cancelar
Guardar