增加手机验证码校验

This commit is contained in:
2022-11-24 14:28:49 +08:00
parent fd2b20ed87
commit 4e244bed3a
3 changed files with 17 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ defaults format: :json do
post :check_password
post :check_email
post :check_email_verify_code
post :check_phone_verify_code
patch :update_email
patch :update_phone
end