alibaba / aliyun-spring-boot

Spring Boot Starters for Aliyun services
Apache License 2.0
451 stars 109 forks source link

aliyun-sms-spring-boot-starter 模块实现 SmsReportMessageListener 类之后启动报错,无法拉取回执消息。 #79

Open gyl-coding opened 1 year ago

gyl-coding commented 1 year ago

报错信息如下 a、一启动就会报如下错误,切换了mns节点也无济于事; b、发短信正常; image

1. pom

com.alibaba.cloud aliyun-spring-boot-dependencies 1.0.0 pom import com.alibaba.cloud aliyun-sms-spring-boot-starter

2. yml alibaba: cloud: access-key: L****sQ secret-key: 2****0B sms: report-queue-name: Alicom-Queue-14****10-SmsReport up-queue-name: Alicom-Queue-14****10-SmsUp

3. 监听类 /**

gyl-coding commented 1 year ago

pom: com.alibaba.cloud: aliyun-spring-boot-dependencies:1.0.0 com.alibaba.cloud:aliyun-sms-spring-boot-starter