system.properties 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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=https://open.weixin.qq.com/connect/oauth2/authorize?appid={appId}&redirect_uri={server}%2fwx%2fhtml%2fjkda%2fhtml%2fjiankangtijian.html&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect
  24. #处方记录
  25. patient_prescription_url=https://open.weixin.qq.com/connect/oauth2/authorize?appid={appId}&redirect_uri={server}%2fwx%2fhtml%2fprescription%2fhtml%2fprescription_records.html&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect
  26. #就诊记录
  27. patient_visit_pic ={server}/images/visit.png
  28. #检查检验
  29. patient_inspect_pic ={server}/images/inspect.png
  30. #社区体检
  31. patient_examination_pic={server}/images/examination.png
  32. #处方记录
  33. patient_prescription_pic={server}/images/prescriptionRecords.png
  34. patient_operatinginstrutions_pic_url={server}/images/operatinginstructions.png
  35. patient_booking_pic_url={server}/images/booking.png
  36. patient_device_pic_url={server}/images/device.png
  37. patient_family_pic_url={server}/images/myfamily.png
  38. patient_sign_again_pic_url={server}/images/renew.png
  39. 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
  40. 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
  41. 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
  42. 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
  43. patient_sign_again_url=https://open.weixin.qq.com/connect/oauth2/authorize?appid={appId}&redirect_uri={server}%2fwx%2fhtml%2fxuqian%2fhtml%2finformation.html&response_type=code&scope=snsapi_base&state=code#wechat_redirect
  44. # SMS短信配置
  45. yihu_sms_url=https://smsapi.ums86.com:9600/sms/Api/Send.do
  46. yihu_sms_code=229336
  47. yihu_sms_name=jkzldxjr
  48. yihu_sms_password=jkzldxjrpwd123
  49. yihu_guahao_url=http://ssotest.yihu.cn/OpenPlatform/cgiBin/1.0/
  50. yihu_guahao_appid=sanshi
  51. yihu_guahao_secret=sanshi
  52. # 上传文件配置
  53. upload_temp_path=/var/local/temp
  54. image_path=/var/local/upload/images
  55. voice_path=/var/local/upload/voice
  56. chat_file_path=/var/local/upload/chat
  57. #系统管理员token
  58. admin_uid=admin
  59. admin_token=0a5c5258-8863-4b07-a3f9-88c768528ab4
  60. # 签约到期JOB触发时间,每年7月1日零点
  61. sign_end_job_trigger= 0 0 0 1 7 ?
  62. # 续签提醒JOB触发时间 (每7天一次)
  63. sign_again_job_trigger=59 59 23 7/7 * ?
  64. # 续签提醒JOB停止时间
  65. sign_again_job_end=2017-10-1 00:00:00
  66. # 产检提醒JOB触发时间 (每天6点一次)
  67. prenatal_inspector_job_trigger=0 0 6 * * ?
  68. evaluate_score_job = 0 0 */2 * * ?
  69. #续方支付到期,每天0点触发
  70. prescription_pay_overdue_job = 0 0 0 * * ?
  71. #遍历支付成功,快递下单失败的记录,重新下单,10分钟跑一次
  72. sfexpress_reorder_job=0 0/10 * * * ?
  73. #同步智业字典
  74. zy_dict_job=0 0 1 * * ?
  75. #统一支付平台支付成功后页面跳转地址
  76. return_url={server}/wx/html/qygl/html/pay_result.html
  77. #统一支付平台支付接口地址
  78. bindCardType=onepay.sicard.bind.info
  79. chargeType=onepay.trade.medical.charge
  80. chargeQueryType=onepay.trade.medical.charge.query
  81. createSicardType=onepay.sicard.createurl
  82. receiveNotify=wlyy.onepay.receiveNotify
  83. returnUrl=wlyy.onepay.returnUrl
  84. #长处方
  85. #redist订阅消息主题
  86. #开方成功/开方失败消息主题
  87. redisAddPrescription=redisAddPrescription
  88. #是否需要药师审方
  89. pharmacistExaminationType=false