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

示例

POST /sms

Body 数据如下: (JSON)

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