|
@@ -74,3 +74,36 @@ caimei:
|
|
spiDomain: https://spi-b.caimei365.com
|
|
spiDomain: https://spi-b.caimei365.com
|
|
imageDomain: https://img-b.caimei365.com
|
|
imageDomain: https://img-b.caimei365.com
|
|
|
|
|
|
|
|
+# 微信配置
|
|
|
|
+wx:
|
|
|
|
+ #pcwx信息
|
|
|
|
+ app-id: wx22be9ab1a6aa4715
|
|
|
|
+ app-secret: ebf8cfc4dbadae3431a8b0267c4fd09f
|
|
|
|
+ # 微信授权回调(扫码),nginx中转
|
|
|
|
+ redirect-uri: https://www.caimei365.com/auth/callback/beta
|
|
|
|
+ # 小程序wx信息
|
|
|
|
+ mini-app-id: wxf3cd4ae0cdd11c36
|
|
|
|
+ mini-app-secret: f5707c40c07adf0e2110c58ce6a4f4b3
|
|
|
|
+ # crm公众号信息
|
|
|
|
+ crm-app-id: wxea43a0f9ebce9e66
|
|
|
|
+ crm-app-secret: 1c3cd60908e72dd280840bee9e15f7f6
|
|
|
|
+ # 呵呵商城小程序信息
|
|
|
|
+ hehe-app-id: wx2c3b0a7f343235b1
|
|
|
|
+ hehe-app-secret: 1bb87882ee85a0411923d7f56c7dde75
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+pay:
|
|
|
|
+ # 支付链接重定向地址
|
|
|
|
+ redirect-link: https://core-b.caimei365.com/order/pay/link/jump
|
|
|
|
+ # 链接页面
|
|
|
|
+ link-page: https://www-b.caimei365.com/pay/caimei-pay.html
|
|
|
|
+ # 支付异步回调地址
|
|
|
|
+ notify-url: https://core-b.caimei365.com/order/pay/callback
|
|
|
|
+ # 二手支付异步回调地址
|
|
|
|
+ second-notify-url: https://core-b.caimei365.com/order/pay/second/callback
|
|
|
|
+ # 延时分账异步回调地址
|
|
|
|
+ delayed-splitting-url: https://core-b.caimei365.com/order/pay/delay/split/callback
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|