fix 修复 PlusSmsDao#clean 方法书写错误

This commit is contained in:
疯狂的狮子Li 2024-11-06 22:13:56 +08:00
parent 9da3d25292
commit 73d5fbd085

View File

@ -66,7 +66,7 @@ public class PlusSmsDao implements SmsDao {
*/
@Override
public void clean() {
RedisUtils.deleteObject(GlobalConstants.GLOBAL_REDIS_KEY + "sms:");
RedisUtils.deleteKeys(GlobalConstants.GLOBAL_REDIS_KEY + "sms:*");
}
}