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

This commit is contained in:
Jasder 2020-09-01 15:51:03 +08:00
parent cd933f2031
commit 6ec599a946
1 changed files with 1 additions and 1 deletions

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