@@ -1,4 +1,5 @@
#!/bin/bash
# 监控接口
+mkdir -p ./deploy/exe/
go build -o ./deploy/exe/dispatch_server.exe ./src/main/main.go