---
title: "发送短信验证码"
method: GET
path: "/api/send_verfiy"
tags: ["用户认证"]
---

# 发送短信验证码

`GET /api/send_verfiy`

向指定手机号发送短信验证码

## Query parameters

- `mobile` string, required

## Response `200`

验证码发送成功

- CommonResult
  - `code` integer — 状态码
  - `message` string — 响应消息
  - `data` object, nullable — 响应数据

## Other responses

- `400` — 手机号格式错误

---

[API](https://skmtc.dev/gitlab/apis/gitlab-api.md) · [All operations](https://skmtc.dev/gitlab/apis/gitlab-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gitlab/gitlab-api/revisions/39328db91b85/schema)
