Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App interface {
Id() string
Test() string
AgentGet() (res map[string]interface{})
DepartmentSimpleList(id string) []interface{}
DepartmentGet(id string) map[string]interface{}
UserList(id string) []interface{}
UserGet(userId string) map[string]interface{}
GetUserDetail(userTicket string) map[string]interface{}
GetJsApiTicket() (ticket string)
GetUserInfo(code string) (res map[string]interface{})
MessageSend(msg Message) (err error)
}
Click to show internal directories.
Click to hide internal directories.