add 用户增加显示token 改成POST方法

This commit is contained in:
xxq250 2025-10-31 16:03:40 +08:00
parent 89e13ecfcc
commit 114cb49c13
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ defaults format: :json do
collection do
post :check_user_id
post :check_user_login
get 'access_token', to: 'user_tokens#show'
post 'access_token', to: 'user_tokens#show'
end
end