优化客户端请求机制
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user