Commit 05978946 authored by 赵啸非's avatar 赵啸非

修改用户登录,权限分配等

parent c3a78c51
......@@ -40,7 +40,7 @@ public class SendTask implements Runnable {
Map<String, String> header = new HashMap<>();
header.put(HEADER_CONTENT_TYPE, "application/json");
String reqStr = JSON.toJSONString(deviceReqApiReq);
log.debug("sendMessageReq:{}", reqStr);
log.info("sendUrl:{} \n sendMessageReq:{}",sendUrl, reqStr);
resp = HttpUtil.doPost(sendUrl, header, reqStr);
log.debug("sendMessageResp:{}", resp);
} 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