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

This commit is contained in:
xxq250 2025-10-31 16:03:40 +08:00
parent b209ee1250
commit 4589916df3
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,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