张延森 27ba833c90 first commit il y a 3 ans
.gitignore first commit il y a 3 ans
README.md first commit il y a 3 ans
go.mod first commit il y a 3 ans
go.sum first commit il y a 3 ans
help.html first commit il y a 3 ans
main.go first commit il y a 3 ans
sms.go first commit il y a 3 ans
template.yml first commit il y a 3 ans

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