【fix sonar】DySmsHelper文件
This commit is contained in:
-6
@@ -89,12 +89,6 @@ public class DySmsHelper {
|
|||||||
//可选:模板中的变量替换JSON串,如模板内容为"亲爱的${name},您的验证码为${code}"时,此处的值为
|
//可选:模板中的变量替换JSON串,如模板内容为"亲爱的${name},您的验证码为${code}"时,此处的值为
|
||||||
request.setTemplateParam(templateParamJson.toJSONString());
|
request.setTemplateParam(templateParamJson.toJSONString());
|
||||||
|
|
||||||
//选填-上行短信扩展码(无特殊需求用户请忽略此字段)
|
|
||||||
//request.setSmsUpExtendCode("90997");
|
|
||||||
|
|
||||||
//可选:outId为提供给业务方扩展字段,最终在短信回执消息中将此值带回给调用者
|
|
||||||
//request.setOutId("yourOutId");
|
|
||||||
|
|
||||||
boolean result = false;
|
boolean result = false;
|
||||||
|
|
||||||
//hint 此处可能会抛出异常,注意catch
|
//hint 此处可能会抛出异常,注意catch
|
||||||
|
|||||||
Reference in New Issue
Block a user