You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
339 B

@echo off
chcp 65001 >nul
title GoFaster API 测试脚本
echo ========================================
echo GoFaster API 测试脚本
echo ========================================
echo.
echo 正在启动 PowerShell 测试脚本...
powershell -ExecutionPolicy Bypass -File "test-api.ps1"
echo.
echo 按任意键退出...
pause >nul