短信发送方法
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
234 B

  1. module git.tetele.net/tgo/sms
  2. go 1.16
  3. require (
  4. github.com/json-iterator/go v1.1.12
  5. github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.365
  6. github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/sms v1.0.365
  7. )