Commit b78e69ee authored by 王亮's avatar 王亮

Feature temp 20230616

parent 26d3b6f1
......@@ -41,8 +41,6 @@ public class SmsController implements IBaseController {
@Autowired
@Qualifier("stringRedisTemplate")
private RedisTemplate<String, String> redisTemplate;
@Value("${sms.is.debug}")
private boolean smsIsDebug;
private static final String IMAGE_IP_COUNT = "image:ip";
private static final String IMAGE_PHONE_COUNT = "image:phone";
private static final String IMAGE_DEVICEID_COUNT = "image:deviceId:";
......
......@@ -26,8 +26,7 @@ import java.util.Collections;
public class SmsServiceImpl implements ISmsService {
private static SmsSender smsSender = null;
@Value("${sms.is.debug}")
private Boolean isDebug;
@Autowired
@Qualifier("stringRedisTemplate")
private RedisTemplate<String, String> stringRedisTemplate;
......
app.id=xyqb-user2
namespace=application,cash.common,tech.common,tech.sleuth,tech.service.urls,tech.msg.sdk,tech.acolyte
\ No newline at end of file
namespace=application,cash.common,tech.common,tech.sleuth,tech.service.urls,tech.msg.sdk
\ No newline at end of file
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