Commit d5a8021d authored by qinxunjia's avatar qinxunjia

优化bug

parent 4755e7e5
......@@ -123,7 +123,7 @@ public class BgySmsServiceImpl implements BgySmsService {
if (!sendSuccessCode.equals(retCode)) {
return new CLBizResponse(ResponseCode.UPSTREAM_FAIL.getCode(), err);
} else {
return new CLBizResponse(ResponseCode.UPSTREAM_FAIL.getCode(), err);
return new CLBizResponse(ResponseCode.SUCCESS);
}
}
......
......@@ -9,7 +9,6 @@ server:
spring:
datasource:
db1:
jdbc-url: ${dataSource1_url}
driverClassName: com.mysql.cj.jdbc.Driver
......
......@@ -9,6 +9,7 @@ info:
spring:
profiles:
active: test
# active: ${sms-active}
mybatis-plus:
mapper-locations: classpath:mapper/*.xml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment