!276 阿里云OSS解析region时兼容带https的配置

Merge pull request !276 from huangyemin/master
This commit is contained in:
芋道源码
2022-11-12 02:23:25 +00:00
committed by Gitee
4 changed files with 25 additions and 22 deletions

View File

@ -1,6 +1,7 @@
package cn.iocoder.yudao.module.pay.job.notify;
import cn.iocoder.yudao.framework.quartz.core.handler.JobHandler;
import cn.iocoder.yudao.framework.tenant.core.job.TenantJob;
import cn.iocoder.yudao.module.pay.service.notify.PayNotifyService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Component;
@ -15,6 +16,7 @@ import javax.annotation.Resource;
*/
@Component
@Slf4j
@TenantJob
public class PayNotifyJob implements JobHandler {
@Resource