通讯录查询修改
parent
b95291fc42
commit
46b51d2885
|
|
@ -251,7 +251,9 @@ public class UserServiceImpl extends ServiceImpl<UserMapper, User> implements IU
|
|||
" \"type\": 5\n" +
|
||||
"}";
|
||||
|
||||
HttpUtil.sendPost("http://223.75.53.141:82/shpush/v1/push/", body);
|
||||
String s = HttpUtil.sendPost("http://223.75.53.141:82/shpush/v1/push/", body);
|
||||
log.info("发送结果: " + s);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue