This commit is contained in:
jiangyong 2026-04-19 18:32:12 +08:00
parent 10a63309ee
commit 48e8dbb4d6
2 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
package global
package enterprise
type Enterprise struct {
token string

View File

@ -1,10 +1,8 @@
package global
package enterprise
import (
"fmt"
"errors"
"fmt"
"git.u8t.cn/open/goutil"
"github.com/tidwall/gjson"
)