superdesk-app-services-wechat-test.properties 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650
  1. #use local config
  2. spring.profiles.active=test
  3. spring.application.name=superdesk-app-services-wechat
  4. server.port=8127
  5. server.servlet.context-path=/
  6. server.error.whitelabel.enabled=false
  7. logging.config=classpath:logback-${spring.profiles.active}.xml
  8. #feign 日志级别 none/basic/headers/full
  9. feign.client.config.default.loggerLevel=full
  10. #mybatis
  11. mybatis.type-aliases-package=cn.superdesk.app.core.dao.entity,cn.superdesk.app.organisation.dao.entity,cn.superdesk.app.wechat.dao.entity
  12. mybatis.mapper-locations=classpath*:mapper/*Mapper.xml
  13. mybatis.configuration.map-underscore-to-camel-case=true
  14. #mybatis.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
  15. mybatis.configuration.log-impl=org.apache.ibatis.logging.nologging.NoLoggingImpl
  16. eureka.instance.instanceId=${spring.cloud.client.ip-address}:${spring.application.name}-1.0.0:${server.port}
  17. eureka.instance.metadataMap.nodeId=${client.nodeId}
  18. # spring-kafka
  19. spring.kafka.bootstrap-servers=172.18.223.211:9092
  20. # topic
  21. # 发送微信模板消息topic
  22. superdesk.kafka.topic.notify.wxTemplateMessage=superdesk-notify-wxTemplateMessage
  23. # 小程序订阅消息topic
  24. superdesk.kafka.topic.notify.wxMiniProSubscribeMessage=superdesk-notify-wxSubscribeMessage
  25. #spring-boot-admin
  26. spring.boot.admin.client.url=http://172.18.223.211:18990
  27. info.app.name=superdesk-app-services-wechat
  28. info.app.version=2.0.0-SNAPSHOT
  29. #spring
  30. spring.jackson.time-zone=GMT+8
  31. spring.http.encoding.charset=UTF-8
  32. spring.http.encoding.force=true
  33. spring.http.encoding.enabled=true
  34. server.tomcat.uri-encoding=UTF-8
  35. auth.crypt.key=U48Y4F1AwUADW24mLVIZtih3gt9bvW0
  36. # 配置文件说明
  37. #- mode
  38. # standalone 单机模式
  39. # sentinel 哨兵模式(主从)
  40. # cluster 集群模式
  41. # shard 分片模式
  42. #- servers
  43. # redis server列表,多个','隔开
  44. # sentinel 模式要配置哨兵地址
  45. #- group
  46. # 即多套redis配置的支持。如果你的服务里面用到了多组缓存就必须指定组名,组名不能重复,不指定缺省为[default]。
  47. #- database
  48. # 默认为 0
  49. #- password
  50. # redis设置了密码就配置
  51. superdesk.cache.mode=standalone
  52. #superdesk.cache.groupName=
  53. superdesk.cache.servers=172.18.223.211:6379
  54. superdesk.cache.password=
  55. superdesk.cache.database=1
  56. superdesk.cache.maxPoolSize=10000
  57. superdesk.cache.maxPoolIdle=10
  58. superdesk.cache.minPoolIdle=1
  59. superdesk.cache.maxPoolWaitMillis=10000
  60. #模块跳转路径
  61. #厕位
  62. skipUrl.toilet=/wx/toilet/index.html
  63. #空气质量
  64. skipUrl.airquality=/wx/airquality/index.html
  65. #订餐
  66. skipUrl.ordermeal=/wx/ordermealwx/index.html
  67. #取餐码
  68. skipUrl.mealcode=/wx/paymentCode/index.html
  69. #域名
  70. url=https://wx.palmnest.com/super_cloud
  71. # h5支付域名 必须和微信商户后台的授权域名一致
  72. wx_h5_pay_url=https://wx.palmnest.com
  73. #企业加入白名单请求链接-----------start----------------------------------
  74. #测试
  75. whiteuser.qrcode.url =http://wx.palmnest.com/super_cloud/api/wechat/front/common
  76. whiteuser.redirect.url =http://wx.palmnest.com/super_cloud/api/organisation/wechat/front/user/getOrgInfo
  77. whiteuser.auth.url =http://wx.palmnest.com/super_cloud/api/wechat/front/auth2
  78. whiteuser.dept.qrcode.url =http://wx.palmnest.com/super_cloud/api/wechat/q/r
  79. #正式
  80. #whiteuser.qrcode.url =https://superdesk.avic-s.com/super_cloud/api/wechat/front/common
  81. #whiteuser.redirect.url =https://superdesk.avic-s.com/super_cloud/api/organisation/wechat/front/user/getOrgInfo
  82. #whiteuser.auth.url=https://superdesk.avic-s.com/super_cloud/api/wechat/front/auth2
  83. #企业加入白名单请求链接-----------end----------------------------------
  84. #失效静态页面-----------start----------------------------------
  85. qr.expr.url=http://wx.palmnest.com/super_cloud/wx/prompt/qrExpr.html
  86. #失效静态页面-----------start----------------------------------
  87. #第三方支付(蜂助手)-----------start----------------------------------
  88. #测试
  89. fzspay.api.url=http://test.payapi.phone580.com:8001/apiorder/cjqt
  90. fzspay.app.key=b6691c6b364341f5
  91. fzspay.app.secret=9ed5014237d54b34
  92. fzspay.cust.id=C8A2AD3459A943F2A5068C1FFE59CAFF
  93. #正式
  94. #fzspay.api.url=http://test.payapi.phone580.com:8001/apiorder/cjqt
  95. #fzspay.app.key=b6691c6b364341f5
  96. #fzspay.app.secret=9ed5014237d54b34
  97. #fzspay.cust.id=C8A2AD3459A943F2A5068C1FFE59CAFF
  98. #第三方支付(蜂助手)-----------end----------------------------------
  99. #微信团购分享链接-----------start----------------------------------
  100. #测试
  101. wx.share.url=https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx23c14df881a4edea&redirect_uri=http%3A%2F%2Fwx.palmnest.com%2Fsuper_cloud%2Fapi%2Fwechat%2Ffront%2Fauth2%3FredirectUrl%3Dhttp%3A%2F%2Fwx.palmnest.com%2Fsuper_cloud%2Fwx%2Flsshd&response_type=code&scope=snsapi_base&state=56#wechat_redirect
  102. wx.tg.share.url=http://wx.palmnest.com/super_cloud/wx/lsshd
  103. wx.auth2=http://wx.palmnest.com/super_cloud/api/wechat/front/auth2
  104. #正式 superdesk.avic-s.com
  105. #wx.share.url=https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx23c14df881a4edea&redirect_uri=https%3A%2F%2Fwx.palmnest.com%2Fsuper_cloud%2Fapi%2Fwechat%2Ffront%2Fauth2%3FredirectUrl%3Dhttps%3A%2F%2Fsuperdesk.avic-s.com%2Fsuper_cloud%2Fwx%2Flsshd&response_type=code&scope=snsapi_base&state=56#wechat_redirect
  106. #wx.tg.share.url=http://superdesk.avic-s.com/super_cloud/wx/lsshd
  107. #wx.auth2=http://superdesk.avic-s.com/super_cloud/api/wechat/front/auth2
  108. #微信团购分享链接----------end----------------------------------
  109. #微信楼内闪送分享链接------------------start----------------------
  110. #测试
  111. wx.lnss.share.url=http://wx.palmnest.com/super_cloud/wx/lsshd
  112. #微信楼内闪送分享链接------------------end----------------------
  113. #快速访问
  114. #测试
  115. index.page.url=http://wx.palmnest.com/super_cloud/wx/main
  116. index.huarong.page.url=http://wx.palmnest.com/super_cloud/wx/huarong
  117. service.page.url=http://wx.palmnest.com/super_cloud/wx/qenter/
  118. shfk.page.url=https://wx.palmnest.com/super_cloud/wx/entity_shop/
  119. #commentType detail qrcode 投诉建议详情页url
  120. #测试
  121. comment.detail.url=http://wx.palmnest.com/super_cloud/wx/suggestion/index.html
  122. #正式
  123. #comment.detail.url=http://campus.palmnest.com/super_cloud/wx/suggestion/index.html
  124. lnss.detail.url=http://wx.palmnest.com/super_cloud/wx/flashdeliver
  125. mall.applets.url=https://wx.palmnest.com/super_cloud/wx/qenter/
  126. mall.user.url=https://fmt.superdesk.cn/app/index.php
  127. #mall.user.url=https://fm.pre.superdesk.cn/app/index.php
  128. mall.error.url=https://wx.palmnest.com/super_cloud/error/error.html
  129. mall.token.getByMobile=?i=17&c=entry&m=superdesk_shopv2&do=mobile&r=payor.force.token
  130. mall.pay.force=?i=17&c=entry&m=superdesk_shopv2&do=mobile&r=payor.force.pay
  131. mall.balance.log=?i=17&c=entry&m=superdesk_shopv2&do=mobile&r=payor.force.balanceLog
  132. # 区分积分类型map,key为项目id
  133. mall.distinguishCreditTypeMap.615=1,3
  134. mall.refund.url=?i=17&c=entry&m=superdesk_shopv2&do=mobile&r=payor.orders.refund
  135. mall.userinfo.token=i=17&c=entry&m=superdesk_shopv2&do=mobile&r=payor.enter.memberInfo&token=
  136. mall.orders.recharge=i=17&c=entry&m=superdesk_shopv2&do=mobile&r=payor.orders.recharge
  137. mall.payor.token=i=17&c=entry&m=superdesk_shopv2&do=mobile&r=payor.token
  138. mall.orders.prepay=i=17&c=entry&m=superdesk_shopv2&do=mobile&r=payor.orders.prepay
  139. mall.orders.refundDetail=i=17&c=entry&m=superdesk_shopv2&do=mobile&r=payor.orders.refundDetail
  140. mall.orders.orderDetail=i=17&c=entry&m=superdesk_shopv2&do=mobile&r=payor.orders.orderDetail
  141. ### xxl-job admin address list, such as "http://address" or "http://address01,http://address02"
  142. xxl.job.admin.addresses=http://172.18.223.211:8168/superdesk/jobadmin
  143. ### xxl-job, access token
  144. xxl.job.accessToken=6f970743bfccc4633cffa89791f1392d
  145. ### xxl-job executor appname
  146. xxl.job.executor.appname=superdesk-wechat-job-executor
  147. ### xxl-job executor registry-address: default use address to registry , otherwise use ip:port if address is null
  148. xxl.job.executor.address=
  149. ### xxl-job executor server-info
  150. xxl.job.executor.ip=
  151. xxl.job.executor.port=18085
  152. ### xxl-job executor log-path
  153. xxl.job.executor.logpath=/data/applogs/xxl-job/jobhandler/wechat
  154. ### xxl-job executor log-retention-days
  155. xxl.job.executor.logretentiondays=30
  156. #小程序跳转公众号域名
  157. redirect.domain=wx.palmnest.com
  158. redirect.url=https://wx.palmnest.com/super_cloud/wx/main_subscribe/index.html
  159. environmentSign=test
  160. yb.error.page=/error/youbaoGood/error_scan.html
  161. ##########################################
  162. ##########以下是原来的simple配置文件#########
  163. #########################################
  164. swagger.enable=false
  165. #datasource
  166. db.group.size=1
  167. db.shard.size=1000
  168. db.driverClass=com.mysql.jdbc.Driver
  169. db.initialSize=2
  170. db.minIdle=1
  171. db.maxActive=50
  172. db.maxWait=60000
  173. db.timeBetweenEvictionRunsMillis=60000
  174. db.minEvictableIdleTimeMillis=300000
  175. db.testOnBorrow=true
  176. db.testOnReturn=false
  177. db.connectionInitSqls=set names utf8mb4
  178. #master.db.url=jdbc:mysql://rm-wz949306t03an8m8s4o.mysql.rds.aliyuncs.com/ordermanager_tp_mb4?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&tinyInt1isBit=false&useSSL=false
  179. #master.db.username=ordertest
  180. #master.db.password=Order$@u0072
  181. master.db.url=jdbc:mysql://172.18.223.211:53307/super_service_new_bak?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&tinyInt1isBit=false&useSSL=false&useAffectedRows=true
  182. master.db.username=root
  183. master.db.password=service_newbak2019
  184. #mybatis
  185. superdesk.mybatis.crudDriver=mapper3
  186. #superdesk.mybatis.dbType=Mysql
  187. superdesk.mybatis.cacheEnabled=false
  188. #superdesk.mybatis.cacheEnabled=false
  189. superdesk.mybatis.dynamicExpire=false
  190. superdesk.mybatis.cacheExpireSeconds=3600
  191. #superdesk.mybatis.rwRouteEnabled=false
  192. superdesk.mybatis.paginationEnabled=true
  193. #eureka
  194. eureka.instance.preferIpAddress=true
  195. eureka.client.service-url.defaultZone=http://superdesk:superdesk2019@172.18.223.211:19991/eureka/
  196. #eureka.client.service-url.defaultZone=http://superdesk:superdesk2019@eureka.superdesk.cn/eureka/
  197. #eureka.client.healthcheck.enabled=true
  198. eureka.client.registry-fetch-interval-seconds=5
  199. eureka.instance.lease-expiration-duration-in-seconds=30
  200. eureka.instance.lease-renewal-interval-in-seconds=10
  201. #hystrix
  202. hystrix.command.default.execution.timeout.enabled=true
  203. hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=10000
  204. #ribbon
  205. ribbon.eureka.enabled=true
  206. ribbon.ServerListRefreshInterval=2000
  207. ribbon.ConnectTimeout = 2000
  208. ribbon.ReadTimeout = 10000
  209. ribbon.OkToRetryOnAllOperations=false
  210. ribbon.MaxAutoRetriesNextServer=0
  211. ribbon.MaxAutoRetries = 0
  212. #spring
  213. spring.servlet.multipart.max-file-size=50Mb
  214. spring.servlet.multipart.max-request-size=50Mb
  215. spring.servlet.multipart.location=/tmp
  216. # old platform super_service redis ip and password
  217. oldRedisIp=172.18.223.211
  218. oldRedisPwd=
  219. #loadbalancer
  220. spring.cloud.loadbalancer.retry.enabled=false
  221. #wechat index url
  222. wechat.index.url=http://superdesk-app-test.superdesk.cn/wx/main
  223. updateTokenPower=on
  224. meeting_wjdc_url=http://wx.palmnest.com/super_service/wechat/frontSecurity/auth?redirectUrl=/wechat/neigou/wjdcDo&openId={$openId$}&developId={$developId$}&state={$state$}&orgId={$orgId$}&userId={$userId$}&ext=1
  225. meeting_activity_url=http://wx.palmnest.com/super_cloud/wx/addonsBookActivity/index.html?openId={$openId$}&orgId={$orgId$}&userId={$userId$}#/activity-Details?id={$id$}&isToURL=true
  226. wjdc_index_url=http://wx.palmnest.com/avicfile/super_wechat/Gaudi_DEV_wjx_WXW/index.html#/
  227. #memory && redis
  228. session.storage.type=redis
  229. sso.enabled=false
  230. #ʶ?𶩲ͷ??????ַ???
  231. ordermeal_code=ordermeal
  232. #????0 ?? 1
  233. wjdc_index_platfrom_type=0
  234. #s
  235. scb.lnsx.merchant.id=2c922d8771b1c2b801725037b54f0001
  236. scb.lnsx.channel.id=2c922d8771b1c2b80173329ca97c0003
  237. scb.lnsx.secretKey=AD2A1B866750543DDC079D613273DF63
  238. # GXFW ???? COMM ????
  239. #superdesk.pro.code=GXFW
  240. superdesk.pro.code=COMM
  241. meetingProDetailUrl=?token=@token#/recorddetail?bookid=@bookid
  242. meeting_index_url=http://wx.palmnest.com/avicfile/super_wechat/meeting/index.html
  243. #???��?֤??
  244. ysf.privateke.path=/data/wwwroot/storage/template/ysf/sytbc-client-test-tongyong.pfx
  245. ysf.publickey.path=/data/wwwroot/storage/template/ysf/2048-cfca.der
  246. ysf_serverurl = https://testapi.gnete.com:9083/routejson
  247. ysf_appid = 5c8f4f702c078746a84c6b51237a2f69
  248. ysf_privatekeypass = 123456
  249. #????????????
  250. ysf_issno = 14095810
  251. #ysf.privateke.path=/data/wwwroot/storage/template/ysf/pro/sytbc-client-pro-tongyong.pfx
  252. #ysf.publickey.path=/data/wwwroot/storage/template/ysf/pro/2048-pro-cfca.cer
  253. #ysf_serverurl = https://api.gnete.com/routejson
  254. #ysf_appid = 605bf954aa6873d347bf428b00e5ebac
  255. #ysf_privatekeypass = cjqt@123456
  256. #????????????
  257. #ysf_issno = 10555840
  258. #????ģ??ID
  259. ysf_templateno = 61
  260. wx_msg_use_temp=on
  261. wx_msg_use_temp_id=AYQlBm-huJFx12IsqqJSMQOJoKmi6df68a5ElgSkZFM
  262. excluded.names=DZFXT;\
  263. HYS;\
  264. KTJS;\
  265. QYQC;\
  266. QIYENEIGOU;\
  267. sf.domain=https://butler-dev.sit.sf-express.com
  268. sf.companyId=580191108050395136
  269. sf.pk=MIICdwIBADANBgkqhkiG9w0BAQEFAASCAmEwggJdAgEAAoGBAOUGNU0LyzTcN/bp\
  270. Kn99hYA61F/AMVcRYNAOVVZHmmhtp1Cwzm3AdkbzpYNb2xTmPeezX5EkUSLgLfUY\
  271. NxWT3PFQIMnHqxs47KZxe6FFrlbn/txg0BbwZYlBpY9pQ54Fqobx77HOQu0hbI/w\
  272. lZHE32e+/1NbNruH7PyG8iXZZhGRAgMBAAECgYAFl2E1wFP1tmqnXIntEuNvfgAx\
  273. Vj/eIE58xdzPfnAGnKa5EZf4lfpNQSWJT3TJzdU1EuwCXyCb+V0l3rF5lWKPdc45\
  274. dfU03amLTjdyBAev7bYDWKxc80AzTaDJw2iDZIUwLrN70dTv+Zg2wfSJxZesjxJl\
  275. Rrnn63u2M71CxqehAQJBAP+PSy08+IuXZjv6yIfEQ1uydQtMKSDF7la8iqUoVrSB\
  276. kjiogyZVRi+kbMBi+GWvkiMBSE5XBltQDU9kVC6DvC8CQQDlazZBCx+od6ftYhbn\
  277. 4cNTBx1N4b/K9Zi0fuBBLquhtQDmxX+5uim9RYVmtdfAPEpKPVjzZ5q2RZ/x4UGu\
  278. Vt4/AkEAiElcqAVp7teQt8/n/S9XVKF49ctp64ZisnLd5XH7u0uWNQz41AqJ4YJo\
  279. VLjzCxd0caKPcufKBgxM7NfuZNfwFQJBAL9YpX6ojXYQntIiHuK2bRgh9fIQWMwp\
  280. /XyF2frjtyj/c8oGbdp1h/yiMHqTLmjaoEe9VSRmhCaEebvfWc3UDDcCQChxBK1F\
  281. hloL/uznQKqQ6f4zctV03zjYmAtdU5CIh1S9OzJd2gZ0SGPxll2wDnWDA0uMtfEJ\
  282. LQ+ixcUJgJgxg4k=
  283. template_id=ygOkLWIkGogSNf9WGE9-HsRtpvvATQYz9Ebuva98uUY
  284. sf.cm.orgId=973
  285. filter.comp = youyin,guangdian
  286. # 单位是秒 60*60*24*90 90天
  287. filter.redis.day.youyin = 7776000
  288. # 单位是秒 60*60*24*60 60天
  289. filter.redis.day.guangdian = 5184000
  290. # 统一下单接口ip鉴权
  291. wechat.pay.testMode=false
  292. # 小程序消息服务器配置
  293. wechat.minopro.message.server.token=rkVeUziHrJ9UxEiy7dZ6DeVhP4FZDx
  294. wechat.minopro.message.server.encodingAesKey=4OuWnhV5s9txnqznFkeeJpLlM0C7h5aO43oAom9nsCu
  295. #接口版本号 正式 kft.version=1.0.0-PRD
  296. kft.version=1.0.0-PRD
  297. #证书路径
  298. kft.key.store.path=/data/wwwroot/storage/template/pfx.pfx
  299. #证书密码
  300. kft.key.store.password=cjqt0721A
  301. #证书容器密码
  302. kft.key.password=cjqt0721A
  303. #对账文件或批量回盘文件下载的本地保存路径
  304. kft.tempZipFile.path=/data/wwwroot/storage/attachment/kftzip
  305. #请求http地址,不设置默认为生产地址 merchant.kftpay.com.cn
  306. kft.http.domain=merchant.kftpay.com.cn
  307. #商户id
  308. kft.merchantId=2022072104811165
  309. #商户服务器IP
  310. kft.callerIp=112.74.48.214
  311. #sftp配置信息
  312. kft.sftp.user=2022072104811165
  313. kft.sftp.password=5^N%n7Lw
  314. kft.sftp.url=sftp.kftpay.com.cn
  315. kft.sftp.port=22222
  316. #连接超时时间
  317. kft.connection.timeout=60
  318. #相应超时时间
  319. kft.response.timeout=600
  320. #APP和网页支付提交用户端ip,主扫支付填调用付API的机器IP[暂时无多大用处,先写死]
  321. kft.terminal.ip=112.74.48.214
  322. #文件地址
  323. kft.file.url=/cashier/mpp/
  324. #新增二级商户回调地址
  325. kft.addmer.notify.url=https://wx.palmnest.com/super_cloud/api/wechat/front/secMer/addMerNotify
  326. #域名,去除https或http,前端做兼容
  327. jump.url=//wx.palmnest.com/super_cloud
  328. # 统一支付需区分充值&消费的项目
  329. pay.distinguish.orgIds=615
  330. # 和包支付配置 start #
  331. cmpay.appId=H9wW4QDX
  332. cmpay.securityKey=f901bab29744749970993eebb5d6dffbd171b204
  333. cmpay.businessIdPrefix=Q27PA
  334. cmpay.AESKey=GF2nvlJSyNW9RN7/qM/c25pbn+bmUp1oJUM7L+Xz2qA=
  335. cmpay.requestPrivateKey=308204BE020100300D06092A864886F70D0101010500048204A8308204A402010002820101\
  336. 0098286846B9B3DC3905936148EBBC4B15B87108D1D9DFFCB26068BAA776C513EF7857F3CC3F401FD20A94D5667DE50F07\
  337. 7B0C601C3B55B4C9256EE13CC386492016C68F88E39588774819D99895888347F8C99F74593E9ED3343BD507F0BA56EACD\
  338. DB94BAB63C99409E4458BC1F0118959047414FA9B02B829BADAF8BC2BCDBF95E5FF581F3170BF3F48934C80ABC0D09C09D\
  339. 482352A9EE6D7A60CEC0BFB0D174626B3244C1A0C95405F79624A0948D9195210440FA6CF4E26D0DF1AB63AB9E618CAE8F\
  340. 65D8658D8916C72FDEBAE2E5F46A3374EC3085BF206D360C604B434FB92D016DDF80AF451B6D5FAF5823C8B20124A400D0\
  341. 97473D2808C6A40692E8DCE50203010001028201004923732C3BEB56BA1A1203BB578504DA85F3DF776FB118F86D1B2A4D\
  342. 80EBAE6F777B5F7718182CB37BDE9ACD4F4AA174C912E3C7EE457E4709B548933AB0FBC96EE936E967EBE2D2E357799EBC\
  343. 9207F8BA7FC023DF1A18A21103899CED7BC477CD47F52FE295325D3B364328FA063ED8F5A72A9FAE433E46E3AA132DAD07\
  344. B6FC5DBD7AB0F8F20781DCB0C5EE48029C8981159EED913BC8BC49972CA5B64D3055628A005224127414EEE066468B7217\
  345. D241F58E7FB92C61C4ED433590E8AAF2BD880A783A585EF67AF28FCBE20104B7229E06BAD59865C73580B714CAA8449D28\
  346. 64EC065E62CA5975FD1F2A926F2980F2323FD1453D7CED98FFAA61659555088102818100FB0AC44608C10088D0126D9246\
  347. EFE8A5B1AF1065B77E8C3F52F65E829392C86D2F3D32062FFF45A0C5295EAA57AED897684E011CEC9350AF9EBC09B610DE\
  348. EC63B35DCF3DF9D9A27E36E01FC1F50A39188CBD87868D90AF257BD0EDCA8AA267C91B0FA6DF2C231EBBD7F97EF57D037B\
  349. 0F3B642A1942349E7E4B0D7A6098ADEBF5028181009B29B22A380883B0EE51FE22E972BF1E2C7C48D867E9B8CECFC49FC2\
  350. 5DB29D4C8B4AB680F152C8B2EB98C8B0A307E8B947663A46D2613B638E6DB547DA9C3BDC81FD0790846181DED6423085BA\
  351. 1B1DB13112313BF010F8CF34F84F60DF7FB08E4AB240193C9182E60A15FBB67C7B115EE09A4A4C65E8CEF37C962956FF9F\
  352. 07310281804AE024386B45FD7DD0E99E2AC1E3AE753530ECE819B9B1E4F53EAC63AFD658D74FFEA59BF8D6DF929B1BC2B3\
  353. 75E19D925336E8D812ABC1A60FE72FD250E7DC83C42CD7B23982331808100308DBA847ED4D94FE0620D525983D7CCC5FDB\
  354. C7A2C2F5C24E584416D984D75F0002025E7666CDA50B756B2CBC951897958798224FBD028181008A68F66A5CD3938DD7F9\
  355. C226A8725873F520E4E64E439A3CB9EFDEC74647D7B37929AB85783FED92554153FCE5615FC32F22CCE772319405A9FEC9\
  356. 50107D7F94A34BF05C850A6A0C3ABA8E882BCC967F029404E13FB4140EDA648A8292BC57E586525D85659733DA3AB30377\
  357. F4B0DF7CF0041234F64F6794A1D55D8922BB5C7102818100B85FB7EEE27DD7C8A704A5D5B7C55BDE808793C4F28214B69E\
  358. A96E588F19236BFE156D52C8118CEFDAC925098BAE4E5BA3BDB73EAED850E1C4B2FA5964886D266E5333CE7D5AEEFC57BE\
  359. 975B95D982CDED3BA00E4295F156B2E95AE945B3D1590C731DDF39E6B24457884DAA3D033686949FBF5A3B678FC81E5C48\
  360. DC8FDE5A89
  361. cmpay.merchantId=661211110000024
  362. cmpay.terminalId=XNSB20221110
  363. cmpay.url=http://47.112.126.225:61765
  364. cmpay.accessTokenApi=/zyzhst-paas/ps/access-token
  365. cmpay.balanceQueryApi=/zyzhst-paas/ac/query-user-balance
  366. cmpay.payApi=/zyzhst-paas/ct/pay
  367. cmpay.refundApi=/zyzhst-paas/ac/refund
  368. cmpay.orderQueryApi=/zyzhst-paas/rf/query-order
  369. cmpay.refundQueryApi=/zyzhst-paas/rf/query-refund
  370. cmpay.userTypeSyncApi=/zyzhst-paas/st/user-type-sync
  371. cmpay.userSyncApi=/zyzhst-paas/st/user-sync
  372. # 和包支付配置 end #
  373. # 海威对接 start #
  374. haiwei.domainMap.0=https://test.ot.jfshou.cn
  375. haiwei.domainMap.1=https://testshort.ot.jfshou.cn
  376. haiwei.secretKeyMap.1285amn8D8=9D6BB165AC6D4D8F83719F427FAF2B08
  377. haiwei.brandIndexMap.mcDonald=/api/mcdonald/entrance
  378. haiwei.brandIndexMap.KFC=/api/entrance
  379. haiwei.brandIndexMap.luckin=/privilege-api/luckin/auth/index
  380. haiwei.brandIndexMap.nayuki=/api/nayuki/entrance
  381. haiwei.brandIndexMap.starbucks=/sbkplus/auth/index
  382. haiwei.brandIndexMap.ticket=/ticket/auth/index
  383. haiwei.brandIndexMap.burgerKing=/privilege-api/burgerKing/auth/index
  384. # 海威对接 end #
  385. # 千猪对接 start #
  386. qianzhu.frontDomainMap.0=https://m-test.qianzhu8.com
  387. qianzhu.apiDomain=https://live-test.qianzhu8.com
  388. qianzhu.secretKeyMap.10524=vxsjbepjjd8euamf
  389. qianzhu.brandIndexMap.cinema=/cinema
  390. qianzhu.brandIndexMap.kfc=/kfc
  391. qianzhu.brandIndexTemplate=/?platformId=%s&token=%s
  392. qianzhu.tokenApi=/api/v2/platform/getToken
  393. # 千猪对接 end #
  394. # 蛋叔 start #
  395. danshu.domainMap.0=https://dev.dangaoss.cn/h5/homepage/cake
  396. danshu.domainMap.1=https://dev.dangaoss.cn/h5/flowers_new
  397. #danshu.domainMap.1=https://dev.dangaoss.cn
  398. # channal_no
  399. danshu.secretKeyMap.guoji=lI8NEoRY0BXz0aGjf4Oeq0sz8AS0UYYj
  400. # h5入口地址
  401. danshu.h5Url=
  402. # 蛋叔 end #
  403. agric.bank.url=https://gzp.echase.cn/api/chasepay/echasePay/
  404. agric.bank.prikey=MIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDUDgr/28w15QmjOqIW7P++1y2RbJiIj8\
  405. aMARNQJDYPs7n4cq/P/1WCHb84BLS18yfG6PIzJxsN5RkJBVXlvLAyH2XTHcGUEX4Npy9DNYbmeU6gk0UQmwIskj7a4+NbR4L0lE\
  406. cH24qPfVQ0C04vEMEOfbiTW/9d8VwmAy+8sOY7iuyPL31yCZzmtC6s5f62MAIuSx4tIYQ9phNVOJVayVTpaDI9vvGfuxrIy8q7Je\
  407. y4vZRx+PQVkz/h4mHH5YagqHz/hhMxhU0qR3Zliixhp76Cv7dIfSUV2AjjI3tzJWi2h3Pz8N1D4zvLukWx/hiKMaP56rN3RlhKrW\
  408. LUlLeuGTPlAgMBAAECggEAF8GS/eLz173W/JBfBE58wDZ/BmGyHOpuhdTBAyNrYwrxdKH0jErAm5kViQMN86xP8nq6V3y0DTRzP4\
  409. 13eAtReewGjkYxH5NuGb13EAJ5IGzKoDafcCLNdYzUudT57YnvY9MQuhKgTT7vJf12PtOTrTnsaaXO0AlwF1oYCP2QbW8IqQsBgw\
  410. ZpCJP655KfKoAVVwtvX+ZY3yOUoQeLqwM7fD31/qhmFQgVYbje8/JZV/oZAt79lbqm7RINfBewCF94jRY99+IXv7dWOngVcfzCYY\
  411. Y9K+IVS8jrLaibDGFir5Q9yCP3j7LmogvDYQ4nDhmfBj6b6tb/jF9KEzSY+YfVKQKBgQDpBiJWiGMJfJjIAets72IW5cvPtSSkrX\
  412. L+1sBr6yEZDVtB6DXV2MUxUUmyDhp5taANXpWGb+hRsLTPwp6wGIuSk+qTwy94cluOtzE2CrmVp7OrlCzgtssVmwy6IuKUmUeX63\
  413. ySjLusjA3g6h93Y2bCwIMlyYcE2MKthBQkv0fEqwKBgQDo9p4u3IsHNgx+4bzlswaM0lZ/GQRylY2sxpHwlQEPURYiu0QvC0u+Bz\
  414. mMMxnoyNXxvNijY2kTuDjZJWJPPgBKtLuKGKC9bvCmIt12lMdfqHeN07h7HlQMFl/z+h9Lv0h1k+8/FMsl6ineTTiD2ow3xWCBJT\
  415. 4XkFy17MGzbN9JrwKBgD26m0QTEzFDKXHqWEReUbzBGTGnydI6BHmPyB+OhREO4bre2cwRhYNgBka9x7OwMnr4MGIRqRhi2DMlWk\
  416. ZJ6kdlGcIU9bFRkgGHc+jeBHWpnEX6lbzdj4TkswVoEl/NDxMmlbR4xYqa+142hyloUqOKvfM3pKXbCg9PKsrlRQzLAoGAAKER4k\
  417. yEL5vMwtb3PKOUI/M5epRlt62BuXK72Ct+2jy805Ev6PSd2sCIPkGxEzjfowyAhUhyczQvKx73ugEP3SPJ0eCpJnnTOo+ji3txYm\
  418. fBEuf8epClZ3b0AWOui/TTTEX/Amua9NpCDLCms2x2rnvg+9hO559jMLaX+1US8U8CgYAc10wXgwuQoIpzfiOWScHndRUu53vbip\
  419. 2cIcb1Loy3FuljxC/P6p9kAFaydYxNdh5l8mNuBpDXtP++d9MLQGQOMf0Dn992SxnT9u942BJt5MNQZRmuWD6iXBjof7L4cH48HC\
  420. c2e4PNAgepgUxN9BaCmXKEsp3V4M/XcLzJhjzMvA==
  421. smy.lnss.url=https://wx.palmnest.com/super_cloud/wx/flashdeliver/#/orderDetail?orderId={$orderNo$}
  422. smy.flsc.url=https://fmt.superdesk.cn/h5/#/pages/order/myOrderList?state=0
  423. smy.result.url=https://wx.palmnest.com/super_cloud/wx/entity_shop/#/cashier/payResult?serviceCode=flashdeliver&code={$code$}&msg={$msg$}&orderNo={$orderNo$}
  424. smy.publickey=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCJmD8zkie9qqC4A8EecOgI2p6FgLX4a5k1EB+krP9NKbNRF358qkH7t1W/ZGaRu/k0XSCKM8hVSEUD23XCPC0vY9p6aGs+Z4DBv0KIkhu+sv5fVu1ys7pht2Q3AeqjKEwALSREp5eMgEAcpMaWcqFbsD9Tbw7KpTJ56KBb8zT0BwIDAQAB
  425. smy.app.privatekey=MIICdQIBADANBgkqhkiG9w0BAQEFAASCAl8wggJbAgEAAoGBAJEZYYnKPxnvpQZZYuK9423Skm7E52KvsG86cXoDKp2sPuvwSau2K5pvqNAnorp2mjMPr9q5qXSSuMkChHvjlHjZBkiifshP0nMAR1svIFrNRFok00sQhIZgP8hiPBq3aEGxYMeursvhMOcCHxaGI5JuxBs+7iCBf8/t8N/2fb2FAgMBAAECgYBdq4jwLwQ1diOOyb2wqu1bRIkLwUmux8SayZvgLJMiXsPwBJtKorvbYyIT3sKKpW4+cG4SQbFHdECeY2WrpOt/b1Hv8tEnwHSCebE5p6mF4RjobhLi/o6jc6aD3Xt/T5tOOMWfczb56JcGzZuNDYPWn1Mu4SCLtdkxXSv4KuBqMQJBAMq8Rm8EeyTUp2yHlVX1Ph5WHkhLIB6NlMD/9J+u0g9jV/K1Sawr+YP1Q6Crc/sqw0yVkj1FyShpSLMjk8qbtwsCQQC3OI/0yLqz+zxy4fO7kpKQAYPGriklN7lulqXexuhOyhZshjexlYxlBVRN21rYg7APtB/8XEny8aWdbEgvUPevAkBG1wr1d+dfsz7dWXMBGjSefREPydBrXKWB2u4rbfbQkbIFiPs5QhRp26XJ2p8oQIUFma4D4wKrMD7K+b+GqGqJAkAkq8h8SNS9gzJlF/5Nc5esBPGYCXGoxk9x5+sI/KywYFg+nlp1S6ZO7dMixh2XqjvJ2NZyDxKp8l2gdXS5K653AkBv6lWk1NN7kgy0s1StSg4Y+Dneq/IG2sbIMs6fHIRlbDvB7u3kv3EvbYBUzVPnCKCTg268vS7kMJP7sXmOSB5y
  426. smy.appid=tfsmy
  427. smy.cityid=510100
  428. smy.username=833004903927517184
  429. smy.pay.notify.url=/api/wechat/third/smy/pay/callbackState
  430. smy.time=30
  431. smy.url=https://testfin.eshiyun.info
  432. smy.appkey=HPQDl6C9q4
  433. wxzff.notify.url=https://wx.palmnest.com/super_cloud/api/wechat/third/wxintegral/pay/notifyState
  434. wxzff.risk.amount=1000
  435. wxzff.apiv3.key=2d7085bd9b3a9382500c27eec79f0fa4
  436. wxzff.refund.notify.url=https://wx.palmnest.com/super_cloud/api/wechat/third/wxintegral/pay/callbackRefundState
  437. user.amount.merchantids=262,716
  438. fkm.url.page=https://wx.palmnest.com/super_cloud/wx/entity_shop/#/wxCashier
  439. calcalate.merchant.amount.orgids=615
  440. # retrofit
  441. retrofit.global-log.enable=true
  442. retrofit.global-log.log-level=info
  443. retrofit.global-log.log-strategy=basic
  444. retrofit.global-timeout.read-timeout-ms=10000
  445. retrofit.global-timeout.write-timeout-ms=10000
  446. retrofit.global-timeout.connect-timeout-ms=10000
  447. retrofit.global-timeout.call-timeout-ms=0
  448. retrofit.global-retry.enable=false
  449. retrofit.global-retry.interval-ms=100
  450. retrofit.global-retry.max-retries=2
  451. retrofit.global-retry.retry-rules=RESPONSE_STATUS_NOT_2XX, OCCUR_EXCEPTION
  452. # 海宁支付对接参数
  453. haining.base-url=https://cddservicetest.dcpxjypt.cn/hainingFingertipCard/
  454. haining.app-key=superDesk
  455. haining.secret=19290d64-8af1-41eb-9629-dc2e8cf4fbcd
  456. haining.integral.base-url=https://vcms.tmuyun.com
  457. haining.integral.appKeyMap.LYZC=77JbErbuQ3IzMvY3UjiUbUni
  458. haining.integral.appSecretMap.LYZC=b93b8243f5af9287cbd2eaf2e72129c0
  459. haining.integral.connectNoMap.LYZC=5831db74f97f0360
  460. haining.integral.appKeyMap.RPA=J3Uv6bfMRzAfQbAnq2fmuMBz
  461. haining.integral.appSecretMap.RPA=7e99ee7f1f3f7330a530fedddaef2966
  462. haining.integral.connectNoMap.RPA=24600a8aa929605d
  463. # 翼支付对接参数
  464. bestpay.domain=https://mapi.test.bestpay.net/gapi
  465. bestpay.merchantCertificatePath=/data/wwwroot/storage/attachment/superdesk-app-services-weachat/certificate/bestpay/111.P12
  466. bestpay.merchantCertificatePwd=88070926
  467. bestpay.bestPayCertificatePath=/data/wwwroot/storage/attachment/superdesk-app-services-weachat/certificate/bestpay/123.cer
  468. bestpay.institutionCode=3178002070492308
  469. bestpay.iv=UzNvZ095aW95RG0=
  470. bestpay.tradeMerchantNo=3178002072268273
  471. # 中六IC卡
  472. zhongliu.base-url=https://api.kfans.net/kfans/api/
  473. # 美团
  474. meituan.loginUrl=https://waimai-openapi.apigw.test.meituan.com/api/sqt/open/login/h5/loginFree/redirection?test_open_swimlane=test-open
  475. meituan.errorUrl=https://wx.palmnest.com/super_cloud/wx/property/#/mtWaiMai/error?msg=%s
  476. meituan.entId=104156
  477. meituan.accessKey=DOQNFH9J3TOH-TK
  478. meituan.secretKey=aTFI3FfNsViY+IBCIplJEQ==
  479. # 美餐
  480. meican.publicKey=-----BEGIN PUBLIC KEY-----\
  481. MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvctx4rqMalf7EPi8mXBD\
  482. ceiY8WyqdTdKVbt0ALm9gL76P90W9g1e8pT1nJY8Rwb4PLcodbXebrdyeGF0s15v\
  483. msA19kOb5fIUkkHUt/RxVmmWjKjZ+pNjVb5rCziY53TueTOv/3tQKr149l8epC9I\
  484. Oc1qxzKZoC0Hjqgyg/0/pUrXG/p1dsKybxcoJmZFAYOuxZuffl4tTQdk2PPTddZ9\
  485. okAkJCdc6Cr31PI9rwCzET4A6YSKVRDTcLvlFnbtXiKxbLcdEw0OY//cp93JTiQn\
  486. fbsw2QjzCdKFt8B9MEmq05uMJxEo0JQsNtvZbNvQz3/pifaOxYHQeA89aSVeFbSD\
  487. zQIDAQAB\
  488. -----END PUBLIC KEY-----
  489. meican.ownPrivateKey=-----BEGIN PRIVATE KEY-----\
  490. MIIEpAIBAAKCAQEAqDH7VTFhInpwPp6rxUDAy7LQ4j77ZKUqkgDu6IT+lLDSzc1v\
  491. 1OfFVkdTV0B2FIt90rAA4oZguj2KGQLyZqNTgXdwq962X5ryCx0NllkVLvzl00/6\
  492. R4W3jwO5jlASn45Dx633v40YqDHSaytYpnQanTzsc+1u927eef3GZP36OBw7RE4Y\
  493. aBjldEOC604AY1XTUhwk4KoQhXC2cnD11H3IbsoPM/L0SK15niXaNhmKg+R70Wcx\
  494. U5HGe1aWeekhajSKoLtUJoWWqN7wle8jXxlF8/NkW9fUHReDb8lFH22kUoO1sg5a\
  495. xktBp18OwrMv3NybP1msRYBSkSpWrFvtOR/TnwIDAQABAoIBAHLnUnBs/5LyWmQt\
  496. OePTzOJcEt+9bzjerSp5gL1QvisOcbUvN8sXW3UJ3SGqZAC9GwQoQTJ/4uzYxdM4\
  497. dCkyQwYbdtmzmJvP2rNE8ddYnGQxWUD3TmA2NaR6QvW6Nj7SjfOIIcy2s7WT89BL\
  498. GJD+mH/68v5vonNfRpXIjRTJfXt+kdjvQ2TlkJah9VcHYo0V6CG9XiGmkVq+hudm\
  499. BHP7nyDFUTWINrsVn6I68T8jxxb50r47dlgpr3UZmDhY8kWF/Pnzc0YLxKSOrOaF\
  500. 1j0zIcBYVhtPJ9gwmNkwoZeIJIddZGaM58XwE09Laj06VcwQByFzkCQ/GMmlDS0e\
  501. 2JRuaWECgYEAws+p6PbFescQwBBIldfdET9WZWYugdQr491Yt3kLPjweh860uOSK\
  502. Vj0XBxRGwxs/OzRcgHy+1LTk+ZNbTatOmzJNM+SDvb/D9k39RLbQSBUue8UbjmWn\
  503. Vhn28ZbhCtK6/lE7hKwJrX2ZZjXCFEA29QnU1y2ff8EX7eTu3ufch10CgYEA3QYw\
  504. VvDUIPAbBVB2O2GXa/biM2WBaw0fB5CD4J5eawWcWpL0eFj5VieRN8EprXrM2xwU\
  505. efkEQeaYU6HdSlfE9pcpacfsyks6TZ4hsIf7mcmrdiRk1vQ0f+QSzs88IzX9Y/1B\
  506. ugXmxaM/5cA3X96TMlV6TWvGZqwhX7t8qtqLAysCgYEAlJUQkYeNjRxBMUv6IJdY\
  507. m+wD+CicNhdeNlg/bwhaQ+hUnN5SRmbBAA9t/c9APVUNwBkqqDD813z020nBrJaI\
  508. yKPv8DFNLa8SRkyra/pHF4NYRbxLTStJGsmI6DBcigW563iHfaQ9aV5PXn6H/SwQ\
  509. /om2FTxN14Gtv5sJeWe8cl0CgYEAoH2x9C+DmTdAJ6e5cnz22uq2beOzCezJL1D8\
  510. scnNfaDhW9OBuTHCO5EXnYihntqgjinhpH/xW3j5+yB581WwK+6vn6QQiQP/HgVJ\
  511. KUpUo+MQogTjREKnLIaMMafBX0AA8u4fH9jRLYnRCB9/FhokgFQZLsanlj4/LaiS\
  512. ae2vK2kCgYAwqG8y35sF9WoxU1Yfzqfn+8SNQQ9sT9o3LfnQV0Bl+zeZlEpjUllc\
  513. NRV6Dv4WcPVga9UpbIBwRVR6CDHwmhOxZ/+wz0/799jmNGirthP6jsd9K8ODyfzf\
  514. W3Jwh+f5D8PO9dNh+s9x1HlbvKuH6wZihsqXPB3pbgd/OQ9iTgRbsQ==\
  515. -----END PRIVATE KEY-----
  516. meican.developerId=7046015917077446656
  517. meican.baseURL=https://developer-api.meican.com
  518. meican.payAPI=/meican-pay-quick/v1/merchants/:merchant_id/mode-s/sync-pay
  519. meican.refundAPI=/meican-pay-quick/v1/merchants/:merchant_id/orders/:order_id/mode-s/refund
  520. meican.orderQueryAPI=/meican-pay-quick/v1/merchants/:merchant_id/orders/:order_id
  521. meican.refundQueryAPI=/meican-pay-quick/v1/merchants/:merchant_id/refund-orders/:refund_order_id
  522. meican.balanceQueryAPI=/meican-pay-quick/v1/payable-balance
  523. meican.rnQueryAPI=/v3/client/member/search
  524. # 优信
  525. youxin.baseURL=http://opentest.iyouxin.com
  526. business.data.base.name=flashdeliver_dev
  527. query.all.balances.orgids=616