增加json的请求Body解析

This commit is contained in:
2024-10-22 17:14:53 +08:00
parent 2c99eb9656
commit 56441151cf
4 changed files with 120 additions and 0 deletions

12
init.go Normal file
View File

@ -0,0 +1,12 @@
// Package gin ...
//
// Description : gin ...
//
// Author : go_developer@163.com<白茶清欢>
//
// Date : 2024-10-22 17:01
package gin
import (
_ "git.zhangdeman.cn/zhangdeman/gin/request/parse_body"
)