瀏覽代碼

update

add_mode
DengBiao 1 年之前
父節點
當前提交
02feea5827
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      app/customer/hdl/hdl_alipay.go

+ 2
- 0
app/customer/hdl/hdl_alipay.go 查看文件

@@ -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 {


Loading…
取消
儲存