Skip to content

Repository files navigation

workwx

The workwx repository holds packages for using work weixin.

The workwx project is experimental. Use this at your own risk.

Send Messsage exmaples:

	msg := &Message{}
	msg.Set(corpId, secret)
	msg.SetReceiver([]string{userId}, nil, nil)
	msg.SetAgentId(agentId)

	data := MessageText{ Content: "test" }
	if err := msg.Text(&data); err != nil {
	}

About

work weixin golang SDK

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages