通讯录查询修改

master
Xusan 2024-05-17 17:27:04 +08:00
parent b95291fc42
commit 46b51d2885
1 changed files with 3 additions and 1 deletions

View File

@ -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);
}