回调 地址

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

View File

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