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