Skip to content

Commit

Permalink
Update SmsVoiceVerifyCodeSender.go
Browse files Browse the repository at this point in the history
  • Loading branch information
qinxin0720 authored Jul 31, 2018
1 parent 057827d commit fb05583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/SmsVoiceVerifyCodeSender.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func callback(err error, resp *http.Response, resData string) {
func main() {
qcloudsms, err := QcloudSms.NewQcloudSms(appID, appKey)
if err != nil {
panic("appKey is nil")
panic(err)
}
//发送语音验证码
//语音验证码发送只需提供验证码数字,例如在 msg=“123”,您收到的语音通知为“您的语音验证码是1 2 3”,如需自定义内容,可以使用语音通知。
Expand Down

0 comments on commit fb05583

Please sign in to comment.