func TestWechaty_On(t *testing.T) {
    wechaty := NewWechaty()
    got := ""
    expect := "ding"
    wechaty.OnDong(func(context *Context, data string) {