| 49 | } |
| 50 | |
| 51 | type 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 | |
| 57 | func GetAccessToken(logsign string) (string, error) { |
| 58 | // https://open.feishu.cn/open-apis/message/v4/batch_send/ 批量发送消息 tenant_access_token |
nothing calls this directly
no outgoing calls
no test coverage detected