YeeAuth 文档
账户登陆

检查手机验证码是否可用

POST
/api/v1/sms/check/phone-code

检查手机验证码是否可用

Authorization

x-userpool-id<token>

IAM Userpool Id

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

*/*

*/*

*/*

*/*

*/*

curl -X POST "https://example.com/api/v1/sms/check/phone-code" \  -H "Content-Type: application/json" \  -d '{    "phone": "string",    "code": "string"  }'
{  "code": 0,  "success": true,  "msg": "string",  "data": {}}
{  "code": 0,  "success": true,  "msg": "string",  "data": {}}
{  "code": 0,  "success": true,  "msg": "string",  "data": {}}
{  "code": 0,  "success": true,  "msg": "string",  "data": {}}
{  "code": 0,  "success": true,  "msg": "string",  "data": {}}