This commit is contained in:
Cold
2025-12-04 17:39:31 +08:00
committed by 张斌
parent 4300257195
commit 3f4ac12f52
3 changed files with 332 additions and 4 deletions

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 {