소스 검색

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 {


불러오는 중...
취소
저장