mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-11-30 02:58:31 +08:00
fix(项目设置): 自定义代码片段执行python接口请求脚本失败
--bug=1010144 --user=lyh 【项目管理】自定义代码片段执行python接口请求脚本失败 https://www.tapd.cn/55049933/s/1101578
This commit is contained in:
parent
38647d6a69
commit
204f31b8eb
@ -45,7 +45,7 @@ function pythonCode(requestObj) {
|
||||
connType = "HTTPSConnection";
|
||||
}
|
||||
let headers = getHeaders(requestHeaders);
|
||||
requestBody = requestBody ? requestBody : "{}";
|
||||
requestBody = requestBody ? JSON.stringify(requestBody) : "{}";
|
||||
requestPath = getRequestPath(requestArguments, requestPath);
|
||||
let obj = {requestBody, headers, host, requestPath, requestMethod, connType};
|
||||
return _pythonCodeTemplate(obj);
|
||||
|
Loading…
Reference in New Issue
Block a user