Ejemplo n.º 1
0
        public void Inviteworker()
        {
            var testAccountName = "kf002@weixin_iwit";
            var result          = _weChatApi.Inviteworker(testAccountName, "li517451737");

            if (!result.IsSuccess())
            {
                Assert.Fail("创建客服账号失败,返回结果如下:" + result.DetailResult);
            }
        }