瀏覽代碼

修改函数名

yjp 1 年之前
父節點
當前提交
9eec6208c5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      http_binding/request/request.go

+ 1 - 1
http_binding/request/request.go

@@ -51,7 +51,7 @@ func BindingForm[T any](c *binding_context.Context, request interface{}, sendFun
 	return true
 }
 
-func BindingXMLForm[T any](c *binding_context.Context, request interface{}, sendFunc response.SendFunc[T]) bool {
+func BindingXML[T any](c *binding_context.Context, request interface{}, sendFunc response.SendFunc[T]) bool {
 	err := c.ShouldBindXML(request)
 	if err != nil {
 		var zero T