Skip to main content
POST
/
api
/
auth
/
login
登录
curl --request POST \
  --url https://api.example.com/api/auth/login \
  --header 'Authentication: <authentication>' \
  --header 'Authtimestamp: <authtimestamp>' \
  --header 'Content-Type: multipart/form-data' \
  --form username=13627266678 \
  --form password=OMhRf8EPs3htXjIQHVr5IQ== \
  --form [email protected] \
  --form code=072064
{}

Headers

Authtimestamp
string
required
Authentication
string
default:{{token_1}}
required

Body

multipart/form-data
username
string
required
Example:

"13627266678"

password
string
required
Example:

"OMhRf8EPs3htXjIQHVr5IQ=="

email
string
code
string
Example:

"072064"

Response

200 - application/json

The response is of type object.