sunpengfei
2025-08-08 1711e42e074019f9ef45a5e4221f08ebcd0035d6
FlexJobApi.Core/Utils/SmsUtils/SmsUtils.cs
@@ -18,11 +18,11 @@
    /// </summary>
    public class SmsUtils
    {
        private readonly IRepository<SmsLog> rep;
        private readonly IRepository<SmsLog, LogDbContextLocator> rep;
        private readonly AliyunSmsUtils aliyunSmsUtils;
        public SmsUtils(
            IRepository<SmsLog> rep,
            IRepository<SmsLog, LogDbContextLocator> rep,
            AliyunSmsUtils aliyunSmsUtils)
        {
            this.rep = rep;