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
MicroAppAllApps() (res map[string]interface{})
MicroAppAppsScopes() (res map[string]interface{})
AuthScopes() (res map[string]interface{})
DepartmentListSubId(deptIdList []interface{}) (res []interface{})
DepartmentGet(id interface{}) (res map[string]interface{})
UserList(id interface{}, cursor interface{}) (res []interface{})
UserGet(id interface{}) (res map[string]interface{})
JsApiTickets() (ticket string)
GetUserInfo(code string) (res map[string]interface{})
MessageSend(msg Message) (err error)
}
type Message ¶
type Message struct {
AgentId string `json:"agent_id"`
ToUser string `json:"userid_list"`
Msg MessageMsg `json:"msg"`
}
type MessageMsg ¶
type MessageMsg struct {
Type string `json:"msgtype"`
Card MessageMsgCard `json:"action_card"`
}
Click to show internal directories.
Click to hide internal directories.