XTServiceConfig.xml 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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"
  13. value="http://kingdee.yunzhijia.com/gateway/newtodo/open" /> <!--待办消息推送接口-->
  14. <attribute key="xt.pubacct.connect.server.url"
  15. value="http://kingdee.yunzhijia.com/pubacc/pubsend" />
  16. <attribute key="xt.mcloud.url" value="http://kingdee.yunzhijia.com" />
  17. </configitem>
  18. <!-- 其他应用信息 -->
  19. <configitem name="OtherApp">
  20. <attribute value="https://hr.szpgm.com/qy/mbos/decryptoToken" key="tokenurl" />
  21. <attribute value="1000040" key="appid" />
  22. <attribute value="1000040" key="secret" />
  23. </configitem>
  24. <!--应用的AppSecret-->
  25. <configitem name="AppSecret">
  26. <!--轻应用1-->
  27. <attribute key="10101" value="123456789" />
  28. <attribute key="10036" value="123456789" />
  29. <attribute key="50203" value="123456789" />
  30. <attribute key="1008" value="1008" />
  31. <attribute key="10016" value="10016" />
  32. <attribute key="10072" value="10072" />
  33. <attribute key="10017" value="10017" />
  34. <attribute key="10074" value="10074" />
  35. <attribute key="10073" value="10073" />
  36. <attribute key="10060" value="123456789" />
  37. </configitem>
  38. <!--数据库信息-->
  39. <configitem name="DbInfo">
  40. <!--EAS数据中心1-->
  41. <configitem name="10100343">
  42. <!--EAS数据中心代码(是代码,不是名称!)-->
  43. <attribute key="dbCode" value="SNG" />
  44. <!--数据库类型,0:SQLServer,1:DB2,2:Oracle-->
  45. <attribute key="dbType" value="5" />
  46. <!--解决方案名(一般为eas,无需修改)-->
  47. <attribute key="slnName" value="eas" />
  48. <!--语言,L2为简体中文-->
  49. <attribute key="locale" value="L2" />
  50. </configitem>
  51. </configitem>
  52. <!-- 讯通公共号信息 -->
  53. <configitem name="PubAcct">
  54. <configitem name="10100343">
  55. <!-- 新闻公告公共号 -->
  56. <configitem name="WFMessage">
  57. <!-- 公共号代码 -->
  58. <attribute key="code" value="XT-6fb96101-b0d7-445e-b53b-cd8b4373d6d7" />
  59. <attribute key="pubKey" value="c3b5fc1703dadfb5b815092bac5951a0" />
  60. <attribute key="host" value="https://mbos.kingdee.com/mbos/page/loadPage?path=lczs2" />
  61. <attribute key="appId" value="10036" />
  62. <attribute key="eid" value="10100343" />
  63. <attribute key="signKey" value="oVtDSHrx4SgL6mu8" /> <!-- 快捷审批 -->
  64. <attribute key="MsgShow" value="1" />
  65. <!-- 启用状态 -->
  66. <attribute key="enabled" value="true" />
  67. <!-- 讯通公共号企业服务器本地目录,用于处理发送时的临时文件,环境变量用${...}表示 -->
  68. <attribute key="xt.pubacct.local.server.dir"
  69. value="${EAS_HOME}/server/deploy/eas.ear/workflow.war/xt" />
  70. <!-- 推送后清理临时文件 -->
  71. <attribute key="clean" value="false" />
  72. </configitem>
  73. </configitem>
  74. </configitem>
  75. </config>