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.
16 lines
339 B
16 lines
339 B
1 week ago
|
@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
|