Ai
1 Star 0 Fork 0

Walle/sms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
contract.go 616 Bytes
一键复制 编辑 原始数据 按行查看 历史
JackHunx 提交于 2023-04-25 17:10 +08:00 . #add test
package aliyun
const NAME = "aliyun"
const EndpointUrl = "http://dysmsapi.aliyuncs.com"
const EndpointMethod = "SendSms"
const EndpointVersion = "2017-05-25"
const EndpointFormat = "JSON"
const EndpointRegionId = "cn-hangzhou"
const EndpointSignatureMethod = "HMAC-SHA1"
const EndpointSignatureVersion = "1.0"
const OK = "OK"
// Response
// https://help.aliyun.com/document_detail/419273.htm?spm=a2c4g.11186623.0.0.4a0879bebUrJyq#api-detail-40
type Response struct {
Code string `json:"Code"`
Message string `json:"Message"`
BizId string `json:"BizId"`
RequestId string `json:"RequestId"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/wallesoft/sms.git
git@gitee.com:wallesoft/sms.git
wallesoft
sms
sms
v0.0.1

搜索帮助