mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 21:30:24 +08:00
Improve SMS code
This commit is contained in:
@ -31,7 +31,7 @@ export function sendTestSms(provider, phone) {
|
||||
|
||||
function testSmsProvider(provider, phone = "") {
|
||||
const SmsForm = {
|
||||
content: provider.content,
|
||||
content: "123456",
|
||||
receivers: [phone],
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user