WebAPI发送消息示例

栏目:云星空知识作者:金蝶来源:金蝶云社区发布:2024-09-23浏览:1

WebAPI发送消息示例

   static void Main(string[] args)

        {

            K3CloudApiClient client = new K3CloudApiClient("http://localhost/k3cloud/");

            var loginResult = client.ValidateLogin("5c4fb005db9a6b", "demo", "888888", 2052);

            var resultType = JObject.Parse(loginResult)["LoginResultType"].Value<int>();


            if (resultType == 1)

            {

                //FType:0-流程消息, 1-普通消息

                string json = "{\"Model\":[{\"FTitle\":\"我是标题\",\"FContent\":\"我是内容\",\"FReceivers\":\"demo\",\"FType\":\"1\"}]}";

                var ret = client.SendMsg(json);

                Console.Write(ret);

            }

     }

123.webp


WebAPI发送消息示例

static void Main(string[] args) { K3CloudApiClient client = new K3CloudApiClient("http://lo...
点击下载文档
确认删除?
回到顶部
客服QQ
  • 客服QQ点击这里给我发消息