Improve SMS code

This commit is contained in:
Gucheng Wang
2023-03-03 22:44:22 +08:00
parent aad9201b24
commit ef3d323f63
4 changed files with 19 additions and 13 deletions

View File

@ -31,7 +31,7 @@ export function sendTestSms(provider, phone) {
function testSmsProvider(provider, phone = "") {
const SmsForm = {
content: provider.content,
content: "123456",
receivers: [phone],
};