package
This commit is contained in:
parent
10a63309ee
commit
48e8dbb4d6
|
|
@ -1,4 +1,4 @@
|
||||||
package global
|
package enterprise
|
||||||
|
|
||||||
type Enterprise struct {
|
type Enterprise struct {
|
||||||
token string
|
token string
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,8 @@
|
||||||
package global
|
package enterprise
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
|
||||||
|
|
||||||
"errors"
|
"errors"
|
||||||
|
"fmt"
|
||||||
"git.u8t.cn/open/goutil"
|
"git.u8t.cn/open/goutil"
|
||||||
"github.com/tidwall/gjson"
|
"github.com/tidwall/gjson"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue