This commit is contained in:
2021-07-25 19:05:59 +08:00
parent d0e44320fc
commit c463d12f0b
47 changed files with 201 additions and 201 deletions

View File

@ -54,7 +54,7 @@ func ParseGetRequestURI(url *url.URL) map[string][]string {
// ParseGetRequestBody 解析get请求的body
//
// Author : zhangdeman001@ke.com<张德满>
// Author : zhangdeman001@ke.com<白茶清欢>
//
// Date : 9:07 下午 2021/7/24
func ParseGetRequestBody(ctx *gin.Context) {

View File

@ -2,7 +2,7 @@
//
// Description : request...
//
// Author : go_developer@163.com<张德满>
// Author : go_developer@163.com<白茶清欢>
//
// Date : 2021-07-24 9:21 下午
package request