致远接口使用系列

  金蝶云星空与致远标准接口集成

  1.消息发送

  代码案例:post发送消息案例

post地址:http://zxq.cqcy.com:8081/seeyon/rest/message/loginName?token=
信息:
{
    "senderLoginName": "系统维护",   //*发起者登录名*/
    "loginNames": ["蔡盼龙"],         //收信息人的登陆名
    "content": "我是消息内容",      //消息内容
    "url": []                 //可忽略未使用
}

返回结果:
{
    "result": 1,
    "errorMessage": null,
    "errorNumber": 0
}

  金蝶配置内容:

  

posted @ 2022-11-03 08:53  菜菜程序猿  阅读(299)  评论(0编辑  收藏  举报