package message
type DTalkMessage struct {
WebhookUrl string
}
func (d *DTalkMessage) send(content string) {