Browse Source

提交代码

pull/2359/head
ychao_1983 3 years ago
parent
commit
8a98b9f12a
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      modules/phone/phone.go

+ 0
- 1
modules/phone/phone.go View File

@@ -56,7 +56,6 @@ func SendVerifyCode(phoneNumber string, verifyCode string) error {
TemplateParam: tea.String("{\"code\":\"" + verifyCode + "\"}"),
}
runtime := &util.RuntimeOptions{}
// 复制代码运行请自行打印 API 的返回值
_, _err = client.SendSmsWithOptions(sendSmsRequest, runtime)
return _err
}

Loading…
Cancel
Save