张延森 27ba833c90 first commit hace 3 años
.gitignore first commit hace 3 años
README.md first commit hace 3 años
go.mod first commit hace 3 años
go.sum first commit hace 3 años
help.html first commit hace 3 años
main.go first commit hace 3 años
sms.go first commit hace 3 años
template.yml first commit hace 3 años

README.md

短信发送

接口

  • /sms 发送短信
  • /help 使用说明

打包

一定要 CMD 执行, 不要 powershell

set CGO_ENABLED=0
set GOOS=linux
set GOARCH=amd64
go build -o bootstrap

部署

使用 linux

zip bootstrap.zip bootstrap help.html

使用 windows

fun deploy