feat(server-rs): 接入真实短信验证码链路
This commit is contained in:
@@ -46,6 +46,7 @@ pub async fn send_phone_code(
|
||||
},
|
||||
OffsetDateTime::now_utc(),
|
||||
)
|
||||
.await
|
||||
.map_err(map_phone_auth_error)?;
|
||||
|
||||
Ok(json_success_body(
|
||||
|
||||
Reference in New Issue
Block a user