Magicodes.Sms
Magicodes.Sms copied to clipboard
短信消息
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
` public class AliyunSmsClient { public readonly IAliyunSmsSettting AliyunSmsSettting; public IAcsClient AcsClient { get; private set; }` 你好,关于此处AliyunSmsSettting写法不是很认同,我理解同样可以写成 `public IAliyunSmsSettting AliyunSmsSettting{get; private set;}` 同时,感觉AliyunSmsClient类的构造函数中的写法有些乱。 以上只是交流,如有不认可请忽略。