验证码登录
POST
/tmk/auth/login
请求参数
Header 参数
Content-Type
string
必需
默认值:
application/json
Body 参数application/json
code
string
验证码
codeId
string
验证码id
phone
string
手机号
示例
{
"code": "string",
"codeId": "string",
"phone": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/tmk/auth/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"codeId": "string",
"phone": "string"
}'
返回响应
🟢200成功
application/json
Body
code
integer
响应状态码
message
string