We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75808d0 commit c02920aCopy full SHA for c02920a
Sources/Foundation/SMSClient.swift
@@ -60,8 +60,8 @@ public class LCSMSClient {
60
public static func requestShortMessage(
61
application: LCApplication = .default,
62
mobilePhoneNumber: String,
63
- templateName: String = "Register_Notice",
64
- signatureName: String = "LeanCloud",
+ templateName: String? = nil,
+ signatureName: String? = nil,
65
captchaVerificationToken: String? = nil,
66
variables: LCDictionaryConvertible? = nil,
67
completionQueue: DispatchQueue = .main,
0 commit comments