复制页面
pws-shop-api
Authentication
Send verification code for registration
POST
Send verification code for password reset
POST
Register a new user
POST
Login user
POST
Reset password
POST
数据模型
SendVerificationCodeRequest
RegisterRequest
LoginRequest
LoginResponse
ResetPasswordRequest
SendVerificationCodeRequest
复制页面
{
"email"
:
"string"
}