Browse Source

Github issues迁移,用户名处理, 限流需要请求等待,token

pull/347/head
xxq250 2 years ago
parent
commit
de393148d9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/tasks/batch_add_issues.rake

+ 1
- 1
lib/tasks/batch_add_issues.rake View File

@@ -160,7 +160,7 @@ namespace :batch_add_issues do
# response = Net::HTTP.get_response(uri)
http = Net::HTTP.new(uri.hostname, uri.port)
http.use_ssl = true
comment_response = http.send_request('GET', uri.path, nil, {'Content-Type' => 'application/json','authorization' => "Bearer #{ENV['token']}"})
response = http.send_request('GET', uri.path, nil, {'Content-Type' => 'application/json','authorization' => "Bearer #{ENV['token']}"})

puts "gitee api response.code ===== #{response.code}"
lists = JSON.parse(response.body)


Loading…
Cancel
Save