18 lines
272 B
Smarty
18 lines
272 B
Smarty
package test
|
|
|
|
import (
|
|
"bytes"
|
|
"encoding/json"
|
|
"fmt"
|
|
"{{.ProjectName}}/server/config"
|
|
"fusen-basic/env"
|
|
"fusen-basic/utils/log"
|
|
"net/http"
|
|
"net/url"
|
|
"reflect"
|
|
"strings"
|
|
"time"
|
|
)
|
|
|
|
var fusen *env.Fusen[config.Config]
|
|
var gatewayAddrress = "http://localhost:9900" |