@@ -5,6 +5,7 @@ tags: Golang
categories: 编程语言
---
+
## golang 阿里云发送短信 和 HMAC 加密
```go
@@ -116,3 +117,4 @@ func hmac4Go(name, sk string) string {
}
```