This commit is contained in:
Cold
2026-03-12 08:50:55 +08:00
committed by admin
parent 4300257195
commit 3f4ac12f52
3 changed files with 332 additions and 4 deletions
+5 -4
View File
@@ -4,6 +4,11 @@ import (
"context"
"errors"
"fmt"
"net/http"
"reflect"
"regexp"
"strings"
_ "gitee.com/red-future---jilin-g/common/consul"
"gitee.com/red-future---jilin-g/common/jaeger"
"gitee.com/red-future---jilin-g/common/utils"
@@ -13,10 +18,6 @@ import (
"github.com/gogf/gf/v2/os/glog"
"github.com/gogf/gf/v2/os/gtime"
"github.com/gogf/gf/v2/util/gconv"
"net/http"
"reflect"
"regexp"
"strings"
)
type ResponseEmpty struct {