system.properties 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. #-------------------------共同配置-----------------------------#
  2. # 预约配置参数
  3. guahao_url = http://www.xmsmjk.com/UrpNetService/ReservationNet.asmx
  4. guahao_namespace = http://www.zysoft.com.cn/
  5. # 基卫对接服务地址
  6. jw_url = http://59.61.92.90:8072/wlyy_service
  7. # EHR档案服务地址
  8. ehr_used = false
  9. ehr_services = http://localhost:9009/api/v1.0/
  10. ehr_services_base = http://localhost:10220/api/v1.0/
  11. # 微信图文消息URL
  12. doctor_qrcode_url=https://open.weixin.qq.com/connect/oauth2/authorize?appid={appId}&redirect_uri={server}%2fwx%2fhtml%2fssgg%2fhtml%2fdoctor-homepage-new.html&response_type=code&scope=snsapi_base&state={doctorCode}#wechat_redirect
  13. doctor_hos_qrcode_url=https://open.weixin.qq.com/connect/oauth2/authorize?appid={appId}&redirect_uri={server}%2fwx%2fhtml%2fqygl%2fhtml%2fsearch-doctor.html&response_type=code&scope=snsapi_base&state={hospital}#wechat_redirect
  14. doctor_subscribe_url=https://open.weixin.qq.com/connect/oauth2/authorize?appid={appId}&redirect_uri={server}%2fwx%2fhtml%2fqygl%2fhtml%2fsigning-welcome.html&response_type=code&scope=snsapi_base&state=code#wechat_redirect
  15. doctor_town_qrcode_url=https://open.weixin.qq.com/connect/oauth2/authorize?appid={appId}&redirect_uri={server}%2fwx%2fhtml%2fqygl%2fhtml%2fsearch-community.html&response_type=code&scope=snsapi_base&state={town}#wechat_redirect
  16. doctor_qrcode_pic_url={server}/images/familycontract.png
  17. doctor_invitel_url=https://open.weixin.qq.com/connect/oauth2/authorize?appid={appId}&&redirect_uri={server}%2fwx%2fhtml%2fssgg%2fhtml%2fdoctor-homepage-new.html&response_type=code&scope=snsapi_base&state={doctorCode}__{invilogcode}__{currentPatient}__{currentZH}__{currentName}#wechat_redirect
  18. #就诊记录
  19. patient_visit_url = https://open.weixin.qq.com/connect/oauth2/authorize?appid={appId}&redirect_uri={server}%2fwx%2fhtml%2fjkda%2fhtml%2fjiuzhenjilu.html&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect
  20. #检查检验
  21. patient_inspect_url =https://open.weixin.qq.com/connect/oauth2/authorize?appid={appId}&redirect_uri={server}%2fwx%2fhtml%2fjkda%2fhtml%2fjianchajianyan.html&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect
  22. #社区体检
  23. patient_examination_url=
  24. #就诊记录
  25. patient_visit_pic ={server}/images/booking.png
  26. #检查检验
  27. patient_inspect_pic ={server}/images/booking.png
  28. #社区体检
  29. patient_examination_pic={server}/images/booking.png
  30. patient_operatinginstrutions_pic_url={server}/images/operatinginstructions.png
  31. patient_booking_pic_url={server}/images/booking.png
  32. patient_device_pic_url={server}/images/device.png
  33. patient_family_pic_url={server}/images/myfamily.png
  34. patient_consult_url=https://open.weixin.qq.com/connect/oauth2/authorize?appid={appId}&redirect_uri={server}%2fwx%2fhtml%2fintroduction%2fhtml%2fyszx.html&response_type=code&scope=snsapi_base&state=code#wechat_redirect
  35. patient_booking_url=https://open.weixin.qq.com/connect/oauth2/authorize?appid={appId}&redirect_uri={server}%2fwx%2fhtml%2fintroduction%2fhtml%2fyygh.html&response_type=code&scope=snsapi_base&state=code#wechat_redirect
  36. patient_device_url=https://open.weixin.qq.com/connect/oauth2/authorize?appid={appId}&redirect_uri={server}%2fwx%2fhtml%2fintroduction%2fhtml%2ftzsb.html&response_type=code&scope=snsapi_base&state=code#wechat_redirect
  37. patient_family_url=https://open.weixin.qq.com/connect/oauth2/authorize?appid={appId}&redirect_uri={server}%2fwx%2fhtml%2fintroduction%2fhtml%2ffamily.html&response_type=code&scope=snsapi_base&state=code#wechat_redirect
  38. # SMS短信配置
  39. yihu_sms_url=https://smsapi.ums86.com:9600/sms/Api/Send.do
  40. yihu_sms_code=229336
  41. yihu_sms_name=jkzldxjr
  42. yihu_sms_password=jkzldxjrpwd123
  43. yihu_guahao_url=http://ssotest.yihu.cn/OpenPlatform/cgiBin/1.0/
  44. yihu_guahao_appid=sanshi
  45. yihu_guahao_secret=sanshi
  46. # 上传文件配置
  47. upload_temp_path=/var/local/temp
  48. image_path=/var/local/upload/images
  49. voice_path=/var/local/upload/voice
  50. chat_file_path=/var/local/upload/chat
  51. #系统管理员token
  52. admin_uid=admin
  53. admin_token=0a5c5258-8863-4b07-a3f9-88c768528ab4
  54. # 签约到期JOB触发时间
  55. sign_end_job_trigger=0 0 0 * * ?
  56. #-------------------------开发环境配置-------------------------#
  57. 服务器基本配置
  58. server_ip=weixin.xmtyw.cn
  59. server_port=
  60. server_domain=wlyy-dev
  61. server_url=http://weixin.xmtyw.cn/wlyy-dev/
  62. # 上传文件配置
  63. image_server=http://weixin.xmtyw.cn/res/images/
  64. voice_server=http://weixin.xmtyw.cn/res/voice/
  65. chat_server=http://weixin.xmtyw.cn/res/chat/
  66. # 是否签约检查和签约数据上传
  67. sign_check_upload=http://172.19.103.87:8011/wlyy_service
  68. # IM配置
  69. im_list_get=http://172.19.103.29:3008
  70. #im_list_get=http://192.168.131.102:3008/
  71. im_group_server=http://172.19.103.29:3000/api/v1/chats/gm
  72. msg_push_server=http://172.19.103.29:3000/api/v1/chats/sm
  73. # 微信基本配置
  74. appId=wxd03f859efdf0873d
  75. appSecret=2935b54b53a957d9516c920a544f2537
  76. # 个人微信测试平台基本配置
  77. #appId=wxb3827510b2e15012
  78. #appSecret=c5bdedd909ded9c2ee08028487e6f50d
  79. wechat_base_url=http%3a%2f%2fweixin.xmtyw.cn%2fwlyy-dev
  80. wechat_token=27eb3bb24f149a7760cf1bb154b08040
  81. # 微信模板消息ID
  82. #签约邀请
  83. doctor_invitel_template=TLWrBtNE2kBJaFCdVzDOOnQC8N2TtRY9ZxEzwZXQcR0
  84. #咨询回复
  85. template_consult_notice=qSOW0DBxO3qEBm4ucG0Ial0jxsOyD7_f2TFK5e-mQEc
  86. #签约成功
  87. template_sign_success=hDWV_sknKlhxhOwR5h68OCXbAhRpcgnx9INrT8BybE8
  88. #签约失败
  89. template_sign_failed=ezgttXE7rG4rAboQK2ituG1dKq4PeyCj3LxGJWO_vOA
  90. #健康指导提醒
  91. template_health_notice=128RCfyCHi22jW8PZzo7vabKMsA3SBv5VeHaDPr2Bhw
  92. #解约提醒
  93. template_termination=LrrzHjnIF67ww5uQUvSiv3_pVKJiIK4ZE3fKrvsT0AE
  94. #预约成功
  95. template_appoint_success=Bo2yqNczSU9zkg4wXoouv9tSeefZ6TziggWL3dTXPYE
  96. #预约取消
  97. template_appoint_failed=pErTBTdweIdrNRf_1Oo62YtQC0aHwPvtLaCzw44JzCQ
  98. #缴费提醒
  99. template_expenses_remind=BkTGJ8S18qZ3DfaptAXnZznAk8RJjx9v93og5vyO0bs
  100. #健康教育
  101. template_healthy_article=LA7erINJ0CSsG2G_ZCrgsDaX3krhsI4qg_NSHEyL_l4
  102. #医生变更
  103. template_doctor_change=TNIDMjduVKgVL4-k71umYLpHROvFB8K6mmm8aZC_EH8
  104. #问卷调查
  105. template_doctor_survey=IjQvzBy0PLeft2kN9mdBhACXPE9I_jyJywJ6B-JRxsY
  106. #template_doctor_survey=fgYiMntj1amEkE8_GLUPmAIyssUAroJrNSHqvydt-PQ
  107. #健康之路开放平台
  108. yihu_OpenPlatform_url=http://ssotest.yihu.cn/OpenPlatform/cgiBin/1.0/
  109. yihu_OpenPlatform_appId=9000276
  110. yihu_OpenPlatform_secret=OKC8BS1KGXTDE9GPP1EO4VYLUXF8DJ7QUP72H613ZXA
  111. # FastDFS文件Http访问地址
  112. fastdfs_file_url=http://172.19.103.54:80/
  113. #-------------------------测试环境配置-------------------------#
  114. ## 服务器基本配置
  115. #server_ip=ehr.yihu.com
  116. #server_port=
  117. #server_domain=wlyy
  118. #server_url=http://ehr.yihu.com/fzwlyy/
  119. #
  120. ## 上传文件配置
  121. #image_server=http://ehr.yihu.com/res/images/
  122. #voice_server=http://ehr.yihu.com/res/voice/
  123. #chat_server=http://ehr.yihu.com/res/chat/
  124. #
  125. ## 是否签约检查和签约数据上传
  126. #sign_check_upload=http://172.19.103.85:8011/wlyy_service
  127. #
  128. ## IM配置
  129. #im_list_get=http://172.19.103.88:3000/
  130. #im_group_server=http://172.19.103.88:3000/api/v1/chats/gm
  131. #msg_push_server=http://172.19.103.88:3000/api/v1/chats/sm
  132. #
  133. ## 微信基本配置
  134. #appId=wx1f129f7b51701428
  135. #appSecret=988f005d8309ed1795939e0f042431fb
  136. #wechat_base_url=http%3a%2f%2fehr.yihu.com%2fwlyy
  137. #wechat_token=27eb3bb24f149a7760cf1bb154b08040
  138. #
  139. ## 微信模板消息ID
  140. ##签约邀请
  141. #doctor_invitel_template=uXdBJVbrhKG-WLaCG4s8C4SXSr2kknQ94vKFt-3rIiA
  142. ##咨询回复
  143. #template_consult_notice=-dr4QNyFoRvVsf8uWxXMC1dRyjwnbUuJwJ21vBLhf18
  144. ##签约成功
  145. #template_sign_success=VYGj8OUKj6FH4i4_nZS2UAHurJxQHx-7_OBPILIdB8s
  146. ##签约失败
  147. #template_sign_failed=m221Jrkm0UUY00ExTCpQNTB8t_1U_V4LR9Bg8BgH9-o
  148. ##健康指导提醒
  149. #template_health_notice=5Nts8lA_at9Cd1JuTK-qDxx95lchpcmUfPTEwYDgXYQ
  150. ##解约提醒
  151. #template_termination=qZm1NwSueAsbHaOf9DrnLoSj0X5gZuh9W7aDYzLWNds
  152. ##预约成功
  153. #template_appoint_success=-vU5x2tGyk1zUngBrEqMfnFqqMa6M8J98w8k5MCSUYM
  154. ##预约取消
  155. #template_appoint_failed=r-bVEKgXVyl8O96saoJXlLd7DX1zW7fXA4a0PZHxiQM
  156. ##缴费提醒
  157. #template_expenses_remind=pZby4Mz3H5angmjGTuvXzo9lwlaVfEiqORwI8soI-5E
  158. ##健康教育
  159. #template_healthy_article=aO_qqk5nAXaGXhsikPVLNelqzwlrp1LTPfIQ1qRMpxo
  160. ##医生变更
  161. #template_doctor_change=V5h0F84t972kUzQvWy8qYrgdaYGJVj10pFeFVl19Nb8
  162. #问卷调查
  163. #template_doctor_survey=OqQXrb-e43_TJpq_70_K_y6vYJgY5mpjFYY4c5RWFP4
  164. ## FastDFS文件Http访问地址
  165. #fastdfs_file_url=http://172.19.103.54:80/
  166. ##健康之路开放平台
  167. #yihu_OpenPlatform_url=http://ssotest.yihu.cn/OpenPlatform/cgiBin/1.0/
  168. #yihu_OpenPlatform_appId=9000276
  169. #yihu_OpenPlatform_secret=OKC8BS1KGXTDE9GPP1EO4VYLUXF8DJ7QUP72H613ZXA
  170. #-------------------------正式环境配置-------------------------#
  171. ## 服务器基本配置
  172. #server_ip=www.xmtyw.cn
  173. #server_port=
  174. #server_domain=wlyy
  175. #server_url=http://www.xmtyw.cn/wlyy/
  176. #
  177. ## 上传文件配置
  178. #image_server=http://www.xmtyw.cn/res/images/
  179. #voice_server=http://www.xmtyw.cn/res/voice/
  180. #chat_server=http://www.xmtyw.cn/res/chat/
  181. #
  182. ## 是否签约检查和签约数据上传
  183. #sign_check_upload=http://59.61.92.90:8072/wlyy_service
  184. #
  185. ## IM配置
  186. #im_list_get=http://120.41.253.95:3000/
  187. #im_group_server=http://120.41.253.95:3000/api/v1/chats/gm
  188. #msg_push_server=http://120.41.253.95:3000/api/v1/chats/sm
  189. #
  190. ## 微信基本配置
  191. #appId=wxad04e9c4c5255acf
  192. #appSecret=ae77c48ccf1af5d07069f5153d1ac8d3
  193. #wechat_token=27eb3bb24f149a7760cf1bb154b08040
  194. #wechat_base_url=http%3a%2f%2fwww.xmtyw.cn%2fwlyy
  195. #
  196. ## 微信模板消息ID
  197. ##签约邀请
  198. #doctor_invitel_template=MQn79bx1ofb6hekhmRIuqLU7KjySJQzaBzrimgqVrzA
  199. ##咨询回复
  200. #template_consult_notice=0mF_vHj-ILx8EH8DwzmAi7LqzjqYiU9IrSRRmziTZyc
  201. ##签约成功
  202. #template_sign_success=0D2vYZVRzFz15p9Y_pkZ1DKutDq8UOsks79FXUKS0tA
  203. ##签约失败
  204. #template_sign_failed=My2VNERjJt4NXR4Ibh42pdrP6B6ka8rQxZeWinQh99s
  205. ##健康指导提醒
  206. #template_health_notice=uv31ES_VCmq3tBYtyGmEQvIwU_zh9LDhF3bFpbIUt5g
  207. ##解约提醒
  208. #template_termination=C0tdXtA_8k-Cy4a1EkzQuI877vqaqAtRkc-e_Gsd7sk
  209. ##预约成功
  210. #template_appoint_success=FY3Pqa66tHIE1Fv-irbFBPOh5cYP71fkOzfZKH4S-Fo
  211. ##预约取消
  212. #template_appoint_failed=tldWEb9AN7p_RoHoD8ml0GxWW3V1V_mpEEhp2v6p56s
  213. ##缴费提醒
  214. #template_expenses_remind=AcrlihhoGbm22A8cdFFDQ4u38ptRw0aiIPf-aGvNxMM
  215. ##健康教育
  216. #template_healthy_article=a5-ZGf-IUUULsuRNoHWQiBMU6pSYhLgPPqV67SjdLRo
  217. ##医生变更
  218. #template_doctor_change=dtzSHImbPKfwcrjWlJEjAw3lGlvrLjsobSOE8g4adZA
  219. #问卷调查
  220. #template_doctor_survey=8ZWKJmoJ7VR7Uk4YS7aa0Z94QzCkxsyTW6R4CHhUJII
  221. ## FastDFS文件Http访问地址
  222. #fastdfs_file_url=http://www.xmtyw.cn/
  223. ##健康之路开放平台
  224. #yihu_OpenPlatform_url=http://api.yihu.com.cn/OpenPlatform/cgiBin/1.0/
  225. #yihu_OpenPlatform_appId=9000276
  226. #yihu_OpenPlatform_secret=2JGL19AH3JS55MQY6ZOFJE1JZJ1OF23GWV67MCDQV74