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);
}
}
WebAPI发送消息示例
static void Main(string[] args) { K3CloudApiClient client = new K3CloudApiClient("http://lo...
点击下载文档
上一篇:列表过滤界面最大查询行数设置下一篇:WebAPI操作辅助资料示例
本文2024-09-23 04:09:23发表“云星空知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-k3cloud-163499.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章