07 2024 档案
摘要:1. 下载 mkcerthttps://github.com/FiloSottile/mkcert/releases/download/v1.4.4/mkcert-v1.4.4-windows-amd64.exe2. 执行 .\mkcert.exe aa.com.cn会生成 aa-key.pem a
阅读全文
摘要:1. 新增一个.ps1文件 # Define the URI $uri = "http://xxx.com/api/test" # Invoke the REST method $response = Invoke-RestMethod -Uri $uri # Output the response
阅读全文