FIX forge登录时,修改同步trustie平台登录接口请求方法
This commit is contained in:
parent
cd933f2031
commit
6ec599a946
|
@ -142,7 +142,7 @@ module LoginHelper
|
||||||
http.use_ssl = true
|
http.use_ssl = true
|
||||||
end
|
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
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue