| | |
| | | enabled: true |
| | | # 禁用swagger时的重定向地址 |
| | | redirect-uri: / |
| | | |
| | | ########################微信支付相关配置######################## |
| | | wx: |
| | | pay: |
| | |
| | | mchId: 1661770902 |
| | | apiV3Key: iF3kC8pL8dZ9iU3hN5fX9zI6eF4xQ6fT |
| | | serialNumer: 368B835A194384FD583B83B77977B84127D2F655 |
| | | mchKey: W97N53Q71326D6JZ2E9HY5M4VT4BAC8S |
| | | notifyUrl: https://bikes.yxbhlt.cn/bike_h5_api/api/wxPayNotify |
| | | refundNotifyUrl: https://bikes.yxbhlt.cn/bike_h5_api/api/wxRefundNotify |
| | | # notifyUrl: https://dmtest.ahapp.net/bike_h5_api/api/wxPayNotify |
| | |
| | | remoteHost: https://apis.map.qq.com |
| | | appKey: 3AYBZ-I5R3V-2BVP3-UWBDQ-ETBM5-B2BBQ |
| | | |
| | | ########################抖音开放平台(生活服务/团购核销)配置######################## |
| | | douyin: |
| | | host: https://open.douyin.com |
| | | # client_key / client_secret / account_id / poi_id 改为存数据库字典(DOUYIN_CONFIG), |
| | | # 后台 /system/dictData 可改、免重启;此处仅保留技术参数。 |
| | | # client_token 在 Redis 中的缓存 key |
| | | redis-token-key: douyin:client_token |
| | | |