返回数据支持是否严格模式的校验, 严格模式下, 必须返回结构体或者map

This commit is contained in:
2025-02-07 17:19:25 +08:00
parent e95061a1a8
commit 1b1964881f
6 changed files with 35 additions and 23 deletions

View File

@ -15,7 +15,7 @@ import (
"reflect"
)
// RequestHandler 获取请求处理方法 TODO : 待完成
// RequestHandler 获取请求处理方法
//
// Author : go_developer@163.com<白茶清欢>
//