提交 1ba8790b authored 作者: yucaiwei's avatar yucaiwei

--no commit message

上级 01883728
...@@ -41,7 +41,7 @@ public class SdkSmsController { ...@@ -41,7 +41,7 @@ public class SdkSmsController {
throw new BaseException("加密异常"); throw new BaseException("加密异常");
} }
String url = SdkSmsConfig.url + "sn=" + SdkSmsConfig.sn + "&pwd=" + pwd + "&mobile=" + ssf.getMobile() + "&content=" String url = SdkSmsConfig.url + "sn=" + SdkSmsConfig.sn + "&pwd=" + pwd + "&mobile=" + ssf.getMobile() + "&content="
+ ssf.getContent()+"【中国人事考试图书网】"; + ssf.getContent()+"【中医古籍出版社】";
// 创建get方式请求对象 // 创建get方式请求对象
HttpGet httpGet = new HttpGet(url); HttpGet httpGet = new HttpGet(url);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论