XTServiceConfig.xml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <config>
  3. <configitem name="ReadMode">
  4. <!-- 读取重载,每当读取配置项时是否重新加载配置文件以获取最新的设置。 true:重新加载; false:不重新加载 -->
  5. <attribute key="reload" value="false" />
  6. </configitem>
  7. <!--讯通相关信息-->
  8. <configitem name="XTInfo">
  9. <!--讯通公共号正文头格式-->
  10. <attribute key="xt.pubacct.connect.content.type" value="application/x-www-form-urlencoded" />
  11. <!--讯通公共号通讯地址-->
  12. <attribute key="newxt.pubacct.connect.server.url" value="http://kingdee.yunzhijia.com/gateway/newtodo/open" /> <!--待办消息推送接口-->
  13. <attribute key="xt.pubacct.connect.server.url" value="http://kingdee.yunzhijia.com/pubacc/pubsend" />
  14. <attribute key="xt.mcloud.url" value="http://kingdee.yunzhijia.com" />
  15. </configitem>
  16. <!--应用的AppSecret-->
  17. <configitem name="AppSecret">
  18. <!--轻应用1-->
  19. <attribute key="10101" value="123456789" />
  20. <attribute key="10036" value="123456789" />
  21. <attribute key="50203" value="123456789" />
  22. <attribute key="1008" value="1008" />
  23. <attribute key="10016" value="10016" />
  24. <attribute key="10072" value="10072" />
  25. <attribute key="10017" value="10017" />
  26. <attribute key="10074" value="10074" />
  27. <attribute key="10073" value="10073" />
  28. <attribute key="10060" value="123456789" />
  29. </configitem>
  30. <!--数据库信息-->
  31. <configitem name="DbInfo">
  32. <!--EAS数据中心1-->
  33. <configitem name="20944449">
  34. <!--EAS数据中心代码(是代码,不是名称!)-->
  35. <attribute key="dbCode" value="PGNEW1010" />
  36. <!--数据库类型,0:SQLServer,1:DB2,2:Oracle-->
  37. <attribute key="dbType" value="5" />
  38. <!--解决方案名(一般为eas,无需修改)-->
  39. <attribute key="slnName" value="eas" />
  40. <!--语言,L2为简体中文-->
  41. <attribute key="locale" value="L2" />
  42. </configitem>
  43. </configitem>
  44. <!-- 讯通公共号信息 -->
  45. <configitem name="PubAcct">
  46. <configitem name="20944449">
  47. <!-- 新闻公告公共号 -->
  48. <configitem name="WFMessage">
  49. <!-- 公共号代码 -->
  50. <attribute key="code" value="XT-6fb96101-b0d7-445e-b53b-cd8b4373d6d7" />
  51. <attribute key="pubKey" value="c3b5fc1703dadfb5b815092bac5951a0" />
  52. <attribute key="host" value="https://mbos.kingdee.com/mbos/page/loadPage?path=lczs2" />
  53. <attribute key="appId" value="10036" />
  54. <attribute key="eid" value="20944449" />
  55. <attribute key="signKey" value="oVtDSHrx4SgL6mu8" /> <!-- 快捷审批 -->
  56. <attribute key="MsgShow" value="1" />
  57. <!-- 启用状态 -->
  58. <attribute key="enabled" value="true" />
  59. <!-- 讯通公共号企业服务器本地目录,用于处理发送时的临时文件,环境变量用${...}表示 -->
  60. <attribute key="xt.pubacct.local.server.dir" value="${EAS_HOME}/server/deploy/eas.ear/workflow.war/xt" />
  61. <!-- 推送后清理临时文件 -->
  62. <attribute key="clean" value="false" />
  63. </configitem>
  64. </configitem>
  65. </configitem>
  66. </config>