回调 地址

This commit is contained in:
wangw 2025-08-05 21:33:30 +08:00
parent a6e052627d
commit 546540bbf1
2 changed files with 7 additions and 5 deletions

View File

@ -102,9 +102,9 @@ public class TempOrdersTask {
@Scheduled(cron = "0 0/10 * * * ? ")
public void order() {
if (!"pay".equals(profiles)) {
return;
}
// if (!"pay".equals(profiles)) {
// return;
// }
logger.info("订单表数据处理开始");
// List<Orders> orders = ordersDao.selectList(Wrappers.<Orders>lambdaQuery()
// .eq(Orders::getStatus, 0)

View File

@ -2,8 +2,10 @@ swagger:
enabled: false
pay:
h5BaseUrl: https://dj-h5.hnsiyao.cn/me/detail/detail?allId=
orderNotifyUrl: https://pay.hnsiyao.cn/czg/app/wuyou/notify
extractNotifyUrl: https://pay.hnsiyao.cn/czg/app/wuyou/extractNotify
# orderNotifyUrl: https://pay.hnsiyao.cn/czg/app/wuyou/notify
# extractNotifyUrl: https://pay.hnsiyao.cn/czg/app/wuyou/extractNotify
orderNotifyUrl: https://dj-api.hnsiyao.cn/czg/app/wuyou/notify
extractNotifyUrl: https://dj-api.hnsiyao.cn/czg/app/wuyou/extractNotify
server:
port: 8100