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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544
  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. #spring-boot-admin
  24. spring.boot.admin.client.url=http://172.18.223.211:18990
  25. info.app.name=superdesk-app-services-wechat
  26. info.app.version=2.0.0-SNAPSHOT
  27. #spring
  28. spring.jackson.time-zone=GMT+8
  29. spring.http.encoding.charset=UTF-8
  30. spring.http.encoding.force=true
  31. spring.http.encoding.enabled=true
  32. server.tomcat.uri-encoding=UTF-8
  33. auth.crypt.key=U48Y4F1AwUADW24mLVIZtih3gt9bvW0
  34. # 配置文件说明
  35. #- mode
  36. # standalone 单机模式
  37. # sentinel 哨兵模式(主从)
  38. # cluster 集群模式
  39. # shard 分片模式
  40. #- servers
  41. # redis server列表,多个','隔开
  42. # sentinel 模式要配置哨兵地址
  43. #- group
  44. # 即多套redis配置的支持。如果你的服务里面用到了多组缓存就必须指定组名,组名不能重复,不指定缺省为[default]。
  45. #- database
  46. # 默认为 0
  47. #- password
  48. # redis设置了密码就配置
  49. superdesk.cache.mode=standalone
  50. #superdesk.cache.groupName=
  51. superdesk.cache.servers=172.18.223.211:6379
  52. superdesk.cache.password=
  53. superdesk.cache.database=1
  54. superdesk.cache.maxPoolSize=10000
  55. superdesk.cache.maxPoolIdle=10
  56. superdesk.cache.minPoolIdle=1
  57. superdesk.cache.maxPoolWaitMillis=10000
  58. #模块跳转路径
  59. #厕位
  60. skipUrl.toilet=/wx/toilet/index.html
  61. #空气质量
  62. skipUrl.airquality=/wx/airquality/index.html
  63. #订餐
  64. skipUrl.ordermeal=/wx/ordermealwx/index.html
  65. #取餐码
  66. skipUrl.mealcode=/wx/paymentCode/index.html
  67. #域名
  68. url=https://wx.palmnest.com/super_cloud
  69. #企业加入白名单请求链接-----------start----------------------------------
  70. #测试
  71. whiteuser.qrcode.url =http://wx.palmnest.com/super_cloud/api/wechat/front/common
  72. whiteuser.redirect.url =http://wx.palmnest.com/super_cloud/api/organisation/wechat/front/user/getOrgInfo
  73. whiteuser.auth.url =http://wx.palmnest.com/super_cloud/api/wechat/front/auth2
  74. whiteuser.dept.qrcode.url =http://wx.palmnest.com/super_cloud/api/wechat/q/r
  75. #正式
  76. #whiteuser.qrcode.url =https://superdesk.avic-s.com/super_cloud/api/wechat/front/common
  77. #whiteuser.redirect.url =https://superdesk.avic-s.com/super_cloud/api/organisation/wechat/front/user/getOrgInfo
  78. #whiteuser.auth.url=https://superdesk.avic-s.com/super_cloud/api/wechat/front/auth2
  79. #企业加入白名单请求链接-----------end----------------------------------
  80. #失效静态页面-----------start----------------------------------
  81. qr.expr.url=http://wx.palmnest.com/super_cloud/wx/prompt/qrExpr.html
  82. #失效静态页面-----------start----------------------------------
  83. #第三方支付(蜂助手)-----------start----------------------------------
  84. #测试
  85. fzspay.api.url=http://test.payapi.phone580.com:8001/apiorder/cjqt
  86. fzspay.app.key=b6691c6b364341f5
  87. fzspay.app.secret=9ed5014237d54b34
  88. fzspay.cust.id=C8A2AD3459A943F2A5068C1FFE59CAFF
  89. #正式
  90. #fzspay.api.url=http://test.payapi.phone580.com:8001/apiorder/cjqt
  91. #fzspay.app.key=b6691c6b364341f5
  92. #fzspay.app.secret=9ed5014237d54b34
  93. #fzspay.cust.id=C8A2AD3459A943F2A5068C1FFE59CAFF
  94. #第三方支付(蜂助手)-----------end----------------------------------
  95. #微信团购分享链接-----------start----------------------------------
  96. #测试
  97. 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
  98. wx.tg.share.url=http://wx.palmnest.com/super_cloud/wx/lsshd
  99. wx.auth2=http://wx.palmnest.com/super_cloud/api/wechat/front/auth2
  100. #正式 superdesk.avic-s.com
  101. #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
  102. #wx.tg.share.url=http://superdesk.avic-s.com/super_cloud/wx/lsshd
  103. #wx.auth2=http://superdesk.avic-s.com/super_cloud/api/wechat/front/auth2
  104. #微信团购分享链接----------end----------------------------------
  105. #微信楼内闪送分享链接------------------start----------------------
  106. #测试
  107. wx.lnss.share.url=http://wx.palmnest.com/super_cloud/wx/lsshd
  108. #微信楼内闪送分享链接------------------end----------------------
  109. #快速访问
  110. #测试
  111. index.page.url=http://wx.palmnest.com/super_cloud/wx/main
  112. index.huarong.page.url=http://wx.palmnest.com/super_cloud/wx/huarong
  113. service.page.url=http://wx.palmnest.com/super_cloud/wx/qenter/
  114. shfk.page.url=https://wx.palmnest.com/super_cloud/wx/entity_shop/
  115. #commentType detail qrcode 投诉建议详情页url
  116. #测试
  117. comment.detail.url=http://wx.palmnest.com/super_cloud/wx/suggestion/index.html
  118. #正式
  119. #comment.detail.url=http://campus.palmnest.com/super_cloud/wx/suggestion/index.html
  120. lnss.detail.url=http://wx.palmnest.com/super_cloud/wx/flashdeliver
  121. mall.applets.url=https://wx.palmnest.com/super_cloud/wx/qenter/
  122. mall.user.url=https://fmt.superdesk.cn/app/index.php
  123. mall.error.url=https://wx.palmnest.com/super_cloud/error/error.html
  124. mall.token.getByMobile=?i=17&c=entry&m=superdesk_shopv2&do=mobile&r=payor.force.token
  125. mall.pay.force=?i=17&c=entry&m=superdesk_shopv2&do=mobile&r=payor.force.pay
  126. # 区分积分类型map,key为项目id
  127. mall.distinguishCreditTypeMap.615=1,3
  128. mall.refund.url=?i=17&c=entry&m=superdesk_shopv2&do=mobile&r=payor.orders.refund
  129. mall.userinfo.token=i=17&c=entry&m=superdesk_shopv2&do=mobile&r=payor.enter.memberInfo&token=
  130. mall.orders.recharge=i=17&c=entry&m=superdesk_shopv2&do=mobile&r=payor.orders.recharge
  131. mall.payor.token=i=17&c=entry&m=superdesk_shopv2&do=mobile&r=payor.token
  132. mall.orders.prepay=i=17&c=entry&m=superdesk_shopv2&do=mobile&r=payor.orders.prepay
  133. mall.orders.refundDetail=i=17&c=entry&m=superdesk_shopv2&do=mobile&r=payor.orders.refundDetail
  134. mall.orders.orderDetail=i=17&c=entry&m=superdesk_shopv2&do=mobile&r=payor.orders.orderDetail
  135. ### xxl-job admin address list, such as "http://address" or "http://address01,http://address02"
  136. xxl.job.admin.addresses=http://172.18.223.211:8168/superdesk/jobadmin
  137. ### xxl-job, access token
  138. xxl.job.accessToken=6f970743bfccc4633cffa89791f1392d
  139. ### xxl-job executor appname
  140. xxl.job.executor.appname=superdesk-wechat-job-executor
  141. ### xxl-job executor registry-address: default use address to registry , otherwise use ip:port if address is null
  142. xxl.job.executor.address=
  143. ### xxl-job executor server-info
  144. xxl.job.executor.ip=
  145. xxl.job.executor.port=18085
  146. ### xxl-job executor log-path
  147. xxl.job.executor.logpath=/data/applogs/xxl-job/jobhandler/wechat
  148. ### xxl-job executor log-retention-days
  149. xxl.job.executor.logretentiondays=30
  150. #小程序跳转公众号域名
  151. redirect.domain=wx.palmnest.com
  152. redirect.url=https://wx.palmnest.com/super_cloud/wx/main_subscribe/index.html
  153. environmentSign=test
  154. yb.error.page=/error/youbaoGood/error_scan.html
  155. ##########################################
  156. ##########以下是原来的simple配置文件#########
  157. #########################################
  158. swagger.enable=false
  159. #datasource
  160. db.group.size=1
  161. db.shard.size=1000
  162. db.driverClass=com.mysql.jdbc.Driver
  163. db.initialSize=2
  164. db.minIdle=1
  165. db.maxActive=50
  166. db.maxWait=60000
  167. db.timeBetweenEvictionRunsMillis=60000
  168. db.minEvictableIdleTimeMillis=300000
  169. db.testOnBorrow=true
  170. db.testOnReturn=false
  171. db.connectionInitSqls=set names utf8mb4
  172. #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
  173. #master.db.username=ordertest
  174. #master.db.password=Order$@u0072
  175. master.db.url=jdbc:mysql://112.74.48.214:53307/super_service_new_bak?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&tinyInt1isBit=false&useSSL=false
  176. master.db.username=root
  177. master.db.password=service_newbak2019
  178. #mybatis
  179. superdesk.mybatis.crudDriver=mapper3
  180. #superdesk.mybatis.dbType=Mysql
  181. superdesk.mybatis.cacheEnabled=false
  182. #superdesk.mybatis.cacheEnabled=false
  183. superdesk.mybatis.dynamicExpire=false
  184. superdesk.mybatis.cacheExpireSeconds=3600
  185. #superdesk.mybatis.rwRouteEnabled=false
  186. superdesk.mybatis.paginationEnabled=true
  187. #eureka
  188. eureka.instance.preferIpAddress=true
  189. eureka.client.service-url.defaultZone=http://superdesk:superdesk2019@172.18.223.211:19991/eureka/
  190. #eureka.client.service-url.defaultZone=http://superdesk:superdesk2019@eureka.superdesk.cn/eureka/
  191. #eureka.client.healthcheck.enabled=true
  192. eureka.client.registry-fetch-interval-seconds=5
  193. eureka.instance.lease-expiration-duration-in-seconds=30
  194. eureka.instance.lease-renewal-interval-in-seconds=10
  195. #hystrix
  196. hystrix.command.default.execution.timeout.enabled=true
  197. hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=10000
  198. #ribbon
  199. ribbon.eureka.enabled=true
  200. ribbon.ServerListRefreshInterval=2000
  201. ribbon.ConnectTimeout = 2000
  202. ribbon.ReadTimeout = 10000
  203. ribbon.OkToRetryOnAllOperations=false
  204. ribbon.MaxAutoRetriesNextServer=0
  205. ribbon.MaxAutoRetries = 0
  206. #spring
  207. spring.servlet.multipart.max-file-size=50Mb
  208. spring.servlet.multipart.max-request-size=50Mb
  209. spring.servlet.multipart.location=/tmp
  210. # old platform super_service redis ip and password
  211. oldRedisIp=172.18.223.211
  212. oldRedisPwd=
  213. #loadbalancer
  214. spring.cloud.loadbalancer.retry.enabled=false
  215. #wechat index url
  216. wechat.index.url=http://superdesk-app-test.superdesk.cn/wx/main
  217. updateTokenPower=on
  218. 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
  219. 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
  220. wjdc_index_url=http://wx.palmnest.com/avicfile/super_wechat/Gaudi_DEV_wjx_WXW/index.html#/
  221. #memory && redis
  222. session.storage.type=redis
  223. sso.enabled=false
  224. #ʶ?𶩲ͷ??????ַ???
  225. ordermeal_code=ordermeal
  226. #????0 ?? 1
  227. wjdc_index_platfrom_type=0
  228. #s
  229. scb.lnsx.merchant.id=2c922d8771b1c2b801725037b54f0001
  230. scb.lnsx.channel.id=2c922d8771b1c2b80173329ca97c0003
  231. scb.lnsx.secretKey=AD2A1B866750543DDC079D613273DF63
  232. # GXFW ???? COMM ????
  233. #superdesk.pro.code=GXFW
  234. superdesk.pro.code=COMM
  235. meetingProDetailUrl=?token=@token#/recorddetail?bookid=@bookid
  236. meeting_index_url=http://wx.palmnest.com/avicfile/super_wechat/meeting/index.html
  237. #???��?֤??
  238. ysf.privateke.path=/data/wwwroot/storage/template/ysf/sytbc-client-test-tongyong.pfx
  239. ysf.publickey.path=/data/wwwroot/storage/template/ysf/2048-cfca.der
  240. ysf_serverurl = https://testapi.gnete.com:9083/routejson
  241. ysf_appid = 5c8f4f702c078746a84c6b51237a2f69
  242. ysf_privatekeypass = 123456
  243. #????????????
  244. ysf_issno = 14095810
  245. #ysf.privateke.path=/data/wwwroot/storage/template/ysf/pro/sytbc-client-pro-tongyong.pfx
  246. #ysf.publickey.path=/data/wwwroot/storage/template/ysf/pro/2048-pro-cfca.cer
  247. #ysf_serverurl = https://api.gnete.com/routejson
  248. #ysf_appid = 605bf954aa6873d347bf428b00e5ebac
  249. #ysf_privatekeypass = cjqt@123456
  250. #????????????
  251. #ysf_issno = 10555840
  252. #????ģ??ID
  253. ysf_templateno = 61
  254. wx_msg_use_temp=on
  255. wx_msg_use_temp_id=AYQlBm-huJFx12IsqqJSMQOJoKmi6df68a5ElgSkZFM
  256. excluded.names=DZFXT;\
  257. HYS;\
  258. KTJS;\
  259. QYQC;\
  260. QIYENEIGOU;\
  261. sf.domain=https://butler-dev.sit.sf-express.com
  262. sf.companyId=580191108050395136
  263. sf.pk=MIICdwIBADANBgkqhkiG9w0BAQEFAASCAmEwggJdAgEAAoGBAOUGNU0LyzTcN/bp\
  264. Kn99hYA61F/AMVcRYNAOVVZHmmhtp1Cwzm3AdkbzpYNb2xTmPeezX5EkUSLgLfUY\
  265. NxWT3PFQIMnHqxs47KZxe6FFrlbn/txg0BbwZYlBpY9pQ54Fqobx77HOQu0hbI/w\
  266. lZHE32e+/1NbNruH7PyG8iXZZhGRAgMBAAECgYAFl2E1wFP1tmqnXIntEuNvfgAx\
  267. Vj/eIE58xdzPfnAGnKa5EZf4lfpNQSWJT3TJzdU1EuwCXyCb+V0l3rF5lWKPdc45\
  268. dfU03amLTjdyBAev7bYDWKxc80AzTaDJw2iDZIUwLrN70dTv+Zg2wfSJxZesjxJl\
  269. Rrnn63u2M71CxqehAQJBAP+PSy08+IuXZjv6yIfEQ1uydQtMKSDF7la8iqUoVrSB\
  270. kjiogyZVRi+kbMBi+GWvkiMBSE5XBltQDU9kVC6DvC8CQQDlazZBCx+od6ftYhbn\
  271. 4cNTBx1N4b/K9Zi0fuBBLquhtQDmxX+5uim9RYVmtdfAPEpKPVjzZ5q2RZ/x4UGu\
  272. Vt4/AkEAiElcqAVp7teQt8/n/S9XVKF49ctp64ZisnLd5XH7u0uWNQz41AqJ4YJo\
  273. VLjzCxd0caKPcufKBgxM7NfuZNfwFQJBAL9YpX6ojXYQntIiHuK2bRgh9fIQWMwp\
  274. /XyF2frjtyj/c8oGbdp1h/yiMHqTLmjaoEe9VSRmhCaEebvfWc3UDDcCQChxBK1F\
  275. hloL/uznQKqQ6f4zctV03zjYmAtdU5CIh1S9OzJd2gZ0SGPxll2wDnWDA0uMtfEJ\
  276. LQ+ixcUJgJgxg4k=
  277. template_id=ygOkLWIkGogSNf9WGE9-HsRtpvvATQYz9Ebuva98uUY
  278. sf.cm.orgId=973
  279. filter.comp = youyin,guangdian
  280. # 单位是秒 60*60*24*90 90天
  281. filter.redis.day.youyin = 7776000
  282. # 单位是秒 60*60*24*60 60天
  283. filter.redis.day.guangdian = 5184000
  284. # 统一下单接口ip鉴权
  285. wechat.pay.testMode=false
  286. #接口版本号 正式 kft.version=1.0.0-PRD
  287. kft.version=1.0.0-PRD
  288. #证书路径
  289. kft.key.store.path=/data/wwwroot/storage/template/pfx.pfx
  290. #证书密码
  291. kft.key.store.password=cjqt0721A
  292. #证书容器密码
  293. kft.key.password=cjqt0721A
  294. #对账文件或批量回盘文件下载的本地保存路径
  295. kft.tempZipFile.path=/data/wwwroot/storage/attachment/kftzip
  296. #请求http地址,不设置默认为生产地址 merchant.kftpay.com.cn
  297. kft.http.domain=merchant.kftpay.com.cn
  298. #商户id
  299. kft.merchantId=2022072104811165
  300. #商户服务器IP
  301. kft.callerIp=112.74.48.214
  302. #sftp配置信息
  303. kft.sftp.user=2022072104811165
  304. kft.sftp.password=5^N%n7Lw
  305. kft.sftp.url=sftp.kftpay.com.cn
  306. kft.sftp.port=22222
  307. #连接超时时间
  308. kft.connection.timeout=60
  309. #相应超时时间
  310. kft.response.timeout=600
  311. #APP和网页支付提交用户端ip,主扫支付填调用付API的机器IP[暂时无多大用处,先写死]
  312. kft.terminal.ip=112.74.48.214
  313. #文件地址
  314. kft.file.url=/cashier/mpp/
  315. #新增二级商户回调地址
  316. kft.addmer.notify.url=https://wx.palmnest.com/super_cloud/api/wechat/front/secMer/addMerNotify
  317. #域名,去除https或http,前端做兼容
  318. jump.url=//wx.palmnest.com/super_cloud
  319. # 统一支付需区分充值&消费的项目
  320. pay.distinguish.orgIds=615
  321. # 和包支付配置 start #
  322. cmpay.appId=H9wW4QDX
  323. cmpay.securityKey=f901bab29744749970993eebb5d6dffbd171b204
  324. cmpay.businessIdPrefix=Q27PA
  325. cmpay.AESKey=GF2nvlJSyNW9RN7/qM/c25pbn+bmUp1oJUM7L+Xz2qA=
  326. cmpay.requestPrivateKey=308204BE020100300D06092A864886F70D0101010500048204A8308204A402010002820101\
  327. 0098286846B9B3DC3905936148EBBC4B15B87108D1D9DFFCB26068BAA776C513EF7857F3CC3F401FD20A94D5667DE50F07\
  328. 7B0C601C3B55B4C9256EE13CC386492016C68F88E39588774819D99895888347F8C99F74593E9ED3343BD507F0BA56EACD\
  329. DB94BAB63C99409E4458BC1F0118959047414FA9B02B829BADAF8BC2BCDBF95E5FF581F3170BF3F48934C80ABC0D09C09D\
  330. 482352A9EE6D7A60CEC0BFB0D174626B3244C1A0C95405F79624A0948D9195210440FA6CF4E26D0DF1AB63AB9E618CAE8F\
  331. 65D8658D8916C72FDEBAE2E5F46A3374EC3085BF206D360C604B434FB92D016DDF80AF451B6D5FAF5823C8B20124A400D0\
  332. 97473D2808C6A40692E8DCE50203010001028201004923732C3BEB56BA1A1203BB578504DA85F3DF776FB118F86D1B2A4D\
  333. 80EBAE6F777B5F7718182CB37BDE9ACD4F4AA174C912E3C7EE457E4709B548933AB0FBC96EE936E967EBE2D2E357799EBC\
  334. 9207F8BA7FC023DF1A18A21103899CED7BC477CD47F52FE295325D3B364328FA063ED8F5A72A9FAE433E46E3AA132DAD07\
  335. B6FC5DBD7AB0F8F20781DCB0C5EE48029C8981159EED913BC8BC49972CA5B64D3055628A005224127414EEE066468B7217\
  336. D241F58E7FB92C61C4ED433590E8AAF2BD880A783A585EF67AF28FCBE20104B7229E06BAD59865C73580B714CAA8449D28\
  337. 64EC065E62CA5975FD1F2A926F2980F2323FD1453D7CED98FFAA61659555088102818100FB0AC44608C10088D0126D9246\
  338. EFE8A5B1AF1065B77E8C3F52F65E829392C86D2F3D32062FFF45A0C5295EAA57AED897684E011CEC9350AF9EBC09B610DE\
  339. EC63B35DCF3DF9D9A27E36E01FC1F50A39188CBD87868D90AF257BD0EDCA8AA267C91B0FA6DF2C231EBBD7F97EF57D037B\
  340. 0F3B642A1942349E7E4B0D7A6098ADEBF5028181009B29B22A380883B0EE51FE22E972BF1E2C7C48D867E9B8CECFC49FC2\
  341. 5DB29D4C8B4AB680F152C8B2EB98C8B0A307E8B947663A46D2613B638E6DB547DA9C3BDC81FD0790846181DED6423085BA\
  342. 1B1DB13112313BF010F8CF34F84F60DF7FB08E4AB240193C9182E60A15FBB67C7B115EE09A4A4C65E8CEF37C962956FF9F\
  343. 07310281804AE024386B45FD7DD0E99E2AC1E3AE753530ECE819B9B1E4F53EAC63AFD658D74FFEA59BF8D6DF929B1BC2B3\
  344. 75E19D925336E8D812ABC1A60FE72FD250E7DC83C42CD7B23982331808100308DBA847ED4D94FE0620D525983D7CCC5FDB\
  345. C7A2C2F5C24E584416D984D75F0002025E7666CDA50B756B2CBC951897958798224FBD028181008A68F66A5CD3938DD7F9\
  346. C226A8725873F520E4E64E439A3CB9EFDEC74647D7B37929AB85783FED92554153FCE5615FC32F22CCE772319405A9FEC9\
  347. 50107D7F94A34BF05C850A6A0C3ABA8E882BCC967F029404E13FB4140EDA648A8292BC57E586525D85659733DA3AB30377\
  348. F4B0DF7CF0041234F64F6794A1D55D8922BB5C7102818100B85FB7EEE27DD7C8A704A5D5B7C55BDE808793C4F28214B69E\
  349. A96E588F19236BFE156D52C8118CEFDAC925098BAE4E5BA3BDB73EAED850E1C4B2FA5964886D266E5333CE7D5AEEFC57BE\
  350. 975B95D982CDED3BA00E4295F156B2E95AE945B3D1590C731DDF39E6B24457884DAA3D033686949FBF5A3B678FC81E5C48\
  351. DC8FDE5A89
  352. cmpay.merchantId=661211110000024
  353. cmpay.terminalId=XNSB20221110
  354. cmpay.url=http://47.112.126.225:61765
  355. cmpay.accessTokenApi=/zyzhst-paas/ps/access-token
  356. cmpay.balanceQueryApi=/zyzhst-paas/ac/query-user-balance
  357. cmpay.payApi=/zyzhst-paas/ct/pay
  358. cmpay.refundApi=/zyzhst-paas/ac/refund
  359. cmpay.orderQueryApi=/zyzhst-paas/rf/query-order
  360. cmpay.refundQueryApi=/zyzhst-paas/rf/query-refund
  361. cmpay.userTypeSyncApi=/zyzhst-paas/st/user-type-sync
  362. cmpay.userSyncApi=/zyzhst-paas/st/user-sync
  363. # 和包支付配置 end #
  364. # 海威对接 start #
  365. haiwei.domainMap.0=https://test.ot.jfshou.cn
  366. haiwei.domainMap.1=https://testshort.ot.jfshou.cn
  367. haiwei.secretKeyMap.1285amn8D8=9D6BB165AC6D4D8F83719F427FAF2B08
  368. haiwei.brandIndexMap.mcDonald=/api/mcdonald/entrance
  369. haiwei.brandIndexMap.KFC=/api/entrance
  370. haiwei.brandIndexMap.luckin=/privilege-api/luckin/auth/index
  371. haiwei.brandIndexMap.nayuki=/api/nayuki/entrance
  372. haiwei.brandIndexMap.starbucks=/sbkplus/auth/index
  373. haiwei.brandIndexMap.ticket=/ticket/auth/index
  374. # 海威对接 end #
  375. # 千猪对接 start #
  376. qianzhu.frontDomainMap.0=https://m-test.qianzhu8.com
  377. qianzhu.apiDomain=https://live-test.qianzhu8.com
  378. qianzhu.secretKeyMap.10524=vxsjbepjjd8euamf
  379. qianzhu.brandIndexMap.cinema=/cinema
  380. qianzhu.brandIndexMap.kfc=/kfc
  381. qianzhu.brandIndexTemplate=/?platformId=%s&token=%s
  382. qianzhu.tokenApi=/api/v2/platform/getToken
  383. # 千猪对接 end #
  384. # 蛋叔 start #
  385. danshu.domainMap.0=https://dev.dangaoss.cn
  386. danshu.domainMap.1=https://dev.dangaoss.cn
  387. # channal_no
  388. danshu.secretKeyMap.guoji=lI8NEoRY0BXz0aGjf4Oeq0sz8AS0UYYj
  389. # h5入口地址
  390. danshu.h5Url=/h5/homepage
  391. # 蛋叔 end #
  392. agric.bank.url=https://gzp.echase.cn/api/chasepay/echasePay/
  393. agric.bank.prikey=MIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDUDgr/28w15QmjOqIW7P++1y2RbJiIj8\
  394. aMARNQJDYPs7n4cq/P/1WCHb84BLS18yfG6PIzJxsN5RkJBVXlvLAyH2XTHcGUEX4Npy9DNYbmeU6gk0UQmwIskj7a4+NbR4L0lE\
  395. cH24qPfVQ0C04vEMEOfbiTW/9d8VwmAy+8sOY7iuyPL31yCZzmtC6s5f62MAIuSx4tIYQ9phNVOJVayVTpaDI9vvGfuxrIy8q7Je\
  396. y4vZRx+PQVkz/h4mHH5YagqHz/hhMxhU0qR3Zliixhp76Cv7dIfSUV2AjjI3tzJWi2h3Pz8N1D4zvLukWx/hiKMaP56rN3RlhKrW\
  397. LUlLeuGTPlAgMBAAECggEAF8GS/eLz173W/JBfBE58wDZ/BmGyHOpuhdTBAyNrYwrxdKH0jErAm5kViQMN86xP8nq6V3y0DTRzP4\
  398. 13eAtReewGjkYxH5NuGb13EAJ5IGzKoDafcCLNdYzUudT57YnvY9MQuhKgTT7vJf12PtOTrTnsaaXO0AlwF1oYCP2QbW8IqQsBgw\
  399. ZpCJP655KfKoAVVwtvX+ZY3yOUoQeLqwM7fD31/qhmFQgVYbje8/JZV/oZAt79lbqm7RINfBewCF94jRY99+IXv7dWOngVcfzCYY\
  400. Y9K+IVS8jrLaibDGFir5Q9yCP3j7LmogvDYQ4nDhmfBj6b6tb/jF9KEzSY+YfVKQKBgQDpBiJWiGMJfJjIAets72IW5cvPtSSkrX\
  401. L+1sBr6yEZDVtB6DXV2MUxUUmyDhp5taANXpWGb+hRsLTPwp6wGIuSk+qTwy94cluOtzE2CrmVp7OrlCzgtssVmwy6IuKUmUeX63\
  402. ySjLusjA3g6h93Y2bCwIMlyYcE2MKthBQkv0fEqwKBgQDo9p4u3IsHNgx+4bzlswaM0lZ/GQRylY2sxpHwlQEPURYiu0QvC0u+Bz\
  403. mMMxnoyNXxvNijY2kTuDjZJWJPPgBKtLuKGKC9bvCmIt12lMdfqHeN07h7HlQMFl/z+h9Lv0h1k+8/FMsl6ineTTiD2ow3xWCBJT\
  404. 4XkFy17MGzbN9JrwKBgD26m0QTEzFDKXHqWEReUbzBGTGnydI6BHmPyB+OhREO4bre2cwRhYNgBka9x7OwMnr4MGIRqRhi2DMlWk\
  405. ZJ6kdlGcIU9bFRkgGHc+jeBHWpnEX6lbzdj4TkswVoEl/NDxMmlbR4xYqa+142hyloUqOKvfM3pKXbCg9PKsrlRQzLAoGAAKER4k\
  406. yEL5vMwtb3PKOUI/M5epRlt62BuXK72Ct+2jy805Ev6PSd2sCIPkGxEzjfowyAhUhyczQvKx73ugEP3SPJ0eCpJnnTOo+ji3txYm\
  407. fBEuf8epClZ3b0AWOui/TTTEX/Amua9NpCDLCms2x2rnvg+9hO559jMLaX+1US8U8CgYAc10wXgwuQoIpzfiOWScHndRUu53vbip\
  408. 2cIcb1Loy3FuljxC/P6p9kAFaydYxNdh5l8mNuBpDXtP++d9MLQGQOMf0Dn992SxnT9u942BJt5MNQZRmuWD6iXBjof7L4cH48HC\
  409. c2e4PNAgepgUxN9BaCmXKEsp3V4M/XcLzJhjzMvA==
  410. smy.lnss.url=https://wx.palmnest.com/super_cloud/wx/flashdeliver/#/orderDetail?orderId={$orderNo$}
  411. smy.flsc.url=https://fmt.superdesk.cn/h5/#/pages/order/myOrderList?state=0
  412. smy.result.url=https://wx.palmnest.com/super_cloud/wx/entity_shop/#/cashier/payResult?serviceCode=flashdeliver&code={$code$}&msg={$msg$}&orderNo={$orderNo$}
  413. smy.publickey=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCJmD8zkie9qqC4A8EecOgI2p6FgLX4a5k1EB+krP9NKbNRF358qkH7t1W/ZGaRu/k0XSCKM8hVSEUD23XCPC0vY9p6aGs+Z4DBv0KIkhu+sv5fVu1ys7pht2Q3AeqjKEwALSREp5eMgEAcpMaWcqFbsD9Tbw7KpTJ56KBb8zT0BwIDAQAB
  414. 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
  415. smy.appid=tfsmy
  416. smy.cityid=510100
  417. smy.username=833004903927517184
  418. smy.pay.notify.url=/api/wechat/third/smy/pay/callbackState
  419. smy.time=30
  420. smy.url=https://testfin.eshiyun.info
  421. smy.appkey=HPQDl6C9q4
  422. wxzff.notify.url=https://wx.palmnest.com/super_cloud/api/wechat/third/wxintegral/pay/notifyState
  423. wxzff.risk.amount=1000
  424. wxzff.apiv3.key=2d7085bd9b3a9382500c27eec79f0fa4
  425. wxzff.refund.notify.url=https://wx.palmnest.com/super_cloud/api/wechat/third/wxintegral/pay/callbackRefundState
  426. user.amount.merchantids=262,716
  427. fkm.url.page=https://wx.palmnest.com/super_cloud/wx/entity_shop/#/wxCashier
  428. calcalate.merchant.amount.orgids=615