1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
昔念
2026-02-11 11:58:34 +08:00
parent 7441a9a88f
commit 0f914eb9b8
3 changed files with 9 additions and 2 deletions

View File

@@ -22,6 +22,8 @@ var ctx = context.TODO()
type Cmd struct {
Func reflect.Value //方法函数
Req reflect.Type //请求体
// 新增预缓存的req创建函数返回结构体指针
NewReqFunc func() interface{}
//Res reflect.Value //返回体
}