46 lines
1.2 KiB
YAML
46 lines
1.2 KiB
YAML
|
|
ppsvc:
|
||
|
|
server: 0.0.0.0
|
||
|
|
port: 8888
|
||
|
|
|
||
|
|
# Tomcat
|
||
|
|
server:
|
||
|
|
port: 9802
|
||
|
|
|
||
|
|
# Spring
|
||
|
|
spring:
|
||
|
|
application:
|
||
|
|
# 应用名称
|
||
|
|
name: xhpc-payment
|
||
|
|
profiles:
|
||
|
|
# 环境配置
|
||
|
|
active: dev
|
||
|
|
cloud:
|
||
|
|
nacos:
|
||
|
|
discovery:
|
||
|
|
# 服务注册地址
|
||
|
|
server-addr: 118.24.137.203:8848
|
||
|
|
config:
|
||
|
|
# 配置中心地址
|
||
|
|
server-addr: 118.24.137.203:8848
|
||
|
|
# 配置文件格式
|
||
|
|
file-extension: yml
|
||
|
|
# 共享配置
|
||
|
|
shared-configs:
|
||
|
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
||
|
|
|
||
|
|
##获取微信openid地址
|
||
|
|
WXGETJSCODE: "https://api.weixin.qq.com/sns/jscode2session?appid=wxb14ef93e9b7901f3&secret=b5c5672141b5930c30a1abee95a2dcbf&js_code="
|
||
|
|
##阿里云身份证验证地址
|
||
|
|
VERIFYCARD: "http://idenauthen.market.alicloudapi.com/idenAuthentication"
|
||
|
|
#阿里云身份证验证地址appcode
|
||
|
|
APPCODE: "APPCODE e26d9088b58e24af69411d5933cece47"
|
||
|
|
#小程序appid
|
||
|
|
APPID: "wxd0a48e00319ef8a7"
|
||
|
|
#小程序绑定商户id
|
||
|
|
MCHID: "1514355771"
|
||
|
|
#商户后台设置的key
|
||
|
|
KEY: "sichuanxianghuakejiyouxiangongsi"
|
||
|
|
#微信小程序支付地址
|
||
|
|
WXPAYUNIFIEDORDER: "https://api.mch.weixin.qq.com/pay/unifiedorder"
|
||
|
|
#支付回调地址
|
||
|
|
SERVERDOMAIN: "https://cdz.project2.tingsun.net/wx/paymentCallback"
|