不同app用不同的appid支付
This commit is contained in:
@@ -77,6 +77,8 @@ server:
|
||||
|
||||
wxpay:
|
||||
appId: wx47134a8f15083734
|
||||
zmzmappId: wx912aa600132dc965
|
||||
# wmysappId: wx47134a8f15083734
|
||||
mchId: 1612860909
|
||||
payUrl: https://api.mch.weixin.qq.com/v3/pay/transactions/app
|
||||
notifyUrl: https://testapi.nuttyreading.com/pay/payNotify
|
||||
|
||||
@@ -76,6 +76,8 @@ server:
|
||||
|
||||
wxpay:
|
||||
appId: wx47134a8f15083734
|
||||
zmzmappId: wx912aa600132dc965
|
||||
# wmysappId: wx47134a8f15083734
|
||||
mchId: 1612860909
|
||||
payUrl: https://api.mch.weixin.qq.com/v3/pay/transactions/app
|
||||
notifyUrl: https://testapi.nuttyreading.com/pay/payNotify
|
||||
|
||||
@@ -11,7 +11,7 @@ connection-timeout: 6000000ms
|
||||
spring:
|
||||
# 环境 dev/dev1|test|prod
|
||||
profiles:
|
||||
active: dev1
|
||||
active: dev
|
||||
# jackson时间格式化
|
||||
jackson:
|
||||
time-zone: GMT+8
|
||||
@@ -58,6 +58,7 @@ mybatis-plus:
|
||||
cache-enabled: false
|
||||
call-setters-on-nulls: true
|
||||
jdbc-type-for-null: 'null'
|
||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
|
||||
|
||||
renren:
|
||||
|
||||
Reference in New Issue
Block a user