同一个开发者电脑,对同一个请求地址: http://192.168.100.63/Bartender/api/v1/printers , get请求方式 , 不同的活子格版本,返回结果不一样。
在活子格10.0.0版本, 测试结果如下:
08:34 执行'Bartender_GetPrinters'命令, 请求方式:测试, 用户:Administrator
打印机列表获取请求路径 : 设置变量命令 : BarTender_Printers 用时:90毫秒。
SELECT [参数值_文本] FROM 表_系统参数 WHERE [参数Key] = BarTender_Printers
创建变量 BarTender_Printers = http://192.168.100.63/Bartender/api/v1/print
发送HTTP请求命令 用时:41毫秒。
请求的URL地址:http://192.168.100.63/Bartender/api/v1/print
Http方法:GET
Header: { "Content-Type": "application/json" }
StatusCode: 405, ReasonPhrase: 'Method Not Allowed', Version: 1.1, Content: System.Net.Http.HttpConnectionResponseContent, Headers: { Server: Kestrel X-Powered-By: ASP.NET Date: Sat, 19 Oct 2024 00:34:14 GMT Allow: POST Content-Length: 0 }
错误码: 405
信息: StatusCode: 405, ReasonPhrase: 'Method Not Allowed', Version: 1.1, Content: System.Net.Http.HttpConnectionResponseContent, Headers:
{
Server: Kestrel
X-Powered-By: ASP.NET
Date: Sat, 19 Oct 2024 00:34:14 GMT
Allow: POST
Content-Length: 0
}
'Bartender_GetPrinters'命令执行结束, 用时:156毫秒。
在活子格9.0.4版本,测试返回结果如下,是正常的。
用apifox 也是正确返回的
|