对接阿里云短信OK

This commit is contained in:
yml2213
2026-05-29 12:11:13 +08:00
parent a334f1837d
commit eb80a3ba84
14 changed files with 495 additions and 29 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ export function useSmsCountdown() {
try {
await sendSmsCode(phone);
showToast({
message: "验证码已发送,开发环境请查看后端日志",
message: "验证码已发送,请注意查收",
icon: "passed",
});
startCountDown();