MCPcopy Create free account
hub / github.com/feiyu563/PrometheusAlert / FSContentAPP

Struct FSContentAPP

controllers/feishuapp.go:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51type FSContentAPP struct {
52 MsgType string `json:"msg_type"`
53 ReceiveId string `json:"receive_id"` //用户传入的ID,可以是 open_id、user_id、union_id、email、chat_id
54 FSAPPContent string `json:"content"`
55}
56
57func GetAccessToken(logsign string) (string, error) {
58 // https://open.feishu.cn/open-apis/message/v4/batch_send/ 批量发送消息 tenant_access_token

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected