运行两个WebApi服务起来
cd 进入项目对应的DLL文件夹路径
dotnet 对应启动项目的.dll --urls="http://*:5726" --ip="127.0.0.1" --port=5726
dotnet 对应启动项目的.dll --urls="http://*:5727" --ip="127.0.0.1" --port=5727
即可查看http://localhost:8500有多个服务和心跳检测了