张延森 27ba833c90 first commit 3 년 전
.gitignore first commit 3 년 전
README.md first commit 3 년 전
go.mod first commit 3 년 전
go.sum first commit 3 년 전
help.html first commit 3 년 전
main.go first commit 3 년 전
sms.go first commit 3 년 전
template.yml first commit 3 년 전

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