Merge branch 'develop' of https://gitee.com/fusenpack/fusenapi into develop

This commit is contained in:
eson
2023-08-28 17:01:44 +08:00
38 changed files with 316 additions and 113 deletions

View File

@@ -123,6 +123,7 @@ func RequestParse(w http.ResponseWriter, r *http.Request, svcCtx any, LogicReque
Code: 510,
Message: err.Error(),
})
return nil, err
}
// 如果端点有请求结构体则使用httpx.Parse方法从HTTP请求体中解析请求数据