文件名称:soccer-game-transactions-simulation
文件大小:269KB
文件格式:ZIP
更新时间:2024-04-26 11:01:53
Ruby
足球游戏应用 登录 vi卷发 首先检索JWT令牌以管理员身份登录 require 'rest-client' require 'json' resp = RestClient . post "localhost:3000/users/sign_in" , { user : { email : 'myexample@example.com' , password : 'goandguess123' } } . to_json , { content_type : :json , accept : :json } auth_token = resp . headers [ :authorization ] resp = RestClient . get 'localhost:3000/admin' ,