huangjiajun 6 일 전
부모
커밋
17d18e246b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      app/lib/aes/check.go

+ 1
- 0
app/lib/aes/check.go 파일 보기

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


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