Commit a5a5c489 authored by fuwanli's avatar fuwanli

"SZH003"

parent bdd91a6e
...@@ -108,7 +108,7 @@ public class MessageServiceImpl implements MessageService { ...@@ -108,7 +108,7 @@ public class MessageServiceImpl implements MessageService {
param.put("content", content); param.put("content", content);
param.put("areaid", "FHY"); param.put("areaid", "FHY");
param.put("pkID", pkID); param.put("pkID", pkID);
param.put("account", "liyuecheng"); param.put("account", "SZH003");
param.put("templateType", ""); param.put("templateType", "");
String retStr = HttpUtil.sendPost(BgySMSConfig.url, JSONObject.toJSONString(param)); String retStr = HttpUtil.sendPost(BgySMSConfig.url, JSONObject.toJSONString(param));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment