张延森 d535e281f3 fix bug hace 3 años
.vscode fix bug hace 3 años
.gitignore add ignore exe hace 3 años
README.md change readme hace 3 años
go.mod first commit hace 3 años
go.sum first commit hace 3 años
help.go add check header hace 3 años
help.html add check header hace 3 años
main.go add check header hace 3 años
sms.go fix bug hace 3 años
template.yml first commit hace 3 años
utils.go add check header 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

示例

POST /sms

Body 数据如下: (JSON)

{
    "PhoneNumbers": "17714208769",
    "SignName": "云致科技",
    "TemplateCode": "SMS_207555188",
    "TemplateParam": "{\"code\":\"1234\"}"
}