优化客户端请求机制

This commit is contained in:
2026-03-31 15:34:50 +08:00
parent d9f267e257
commit 2a959fa9cf
5 changed files with 35 additions and 60 deletions

View File

@@ -28,7 +28,7 @@ export async function sendSMS(props: {
}
// 请求发送短信
return await callByDevice('/api/auth/verify/sms', {
return await callByDevice('/api/verify/sms', {
phone: props.phone,
purpose: 0,
})