修改同步登录的接口

This commit is contained in:
sylor_huang@126.com
2020-04-15 10:42:55 +08:00
parent bc460a6e48
commit c88ba4a4d3
2 changed files with 12 additions and 3 deletions

View File

@@ -123,6 +123,7 @@ Rails.application.routes.draw do
get :valid_email_and_phone
post :remote_register
post :remote_update
post :remote_login
end
end