Browse Source

FIX forge登录时,修改同步trustie平台登录接口请求方法

tags/v1.0.0
Jasder 5 years ago
parent
commit
6ec599a946
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/controllers/concerns/login_helper.rb

+ 1
- 1
app/controllers/concerns/login_helper.rb View File

@@ -142,7 +142,7 @@ module LoginHelper
http.use_ssl = true
end

http.send_request('PUT', uri.path, sync_json.to_json, {'Content-Type' => 'application/json'})
http.send_request('POST', uri.path, sync_json.to_json, {'Content-Type' => 'application/json'})
end

end


Loading…
Cancel
Save