赞
踩
在访问https请求的时候,一般需要证书才能访问,我们在通过curl命令调试https请求时,可以通过添加一些参数忽略证书,方便直接调用调试,命令如下:
curl -k --tlsv1 "https://123.56.55.145/api/queryList"