记得上下班打卡 | git大法好,push需谨慎

Commit 91762fee authored by jiangxiulong's avatar jiangxiulong

log

parent f512ac53
...@@ -37,13 +37,13 @@ public class SweetWechatSyncDataController { ...@@ -37,13 +37,13 @@ public class SweetWechatSyncDataController {
BufferedReader bufferedReader = new BufferedReader(read); BufferedReader bufferedReader = new BufferedReader(read);
String mobile = null; String mobile = null;
while ((mobile = bufferedReader.readLine()) != null) { while ((mobile = bufferedReader.readLine()) != null) {
log.info("regMobilen:mobile:[{}]", mobile); log.info("mobile:[{}]", mobile);
try { try {
MultiValueMap<String, String> params = new LinkedMultiValueMap(); MultiValueMap<String, String> params = new LinkedMultiValueMap();
params.add("mobile", mobile); params.add("mobile", mobile);
// String url = "http://127.0.0.1:9001/adam/rsc/reg/mobile"; // String url = "http://127.0.0.1:9001/adam/rsc/reg/mobile";
// String url = "http://testadam.zhengzai.tv/adam/rsc/reg/mobile"; // String url = "http://adam.zhengzai.tv/adam/rsc/reg/mobile";
String url = ""; String url = "";
HttpUtil.post(url, params); HttpUtil.post(url, params);
} catch (Exception e) { } catch (Exception e) {
......
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