|
|
@@ -35,7 +35,7 @@ public class WxPushServiceImpl implements WxPushService{
|
|
|
.header("Content-Type", "application/json")
|
|
|
.send(json.getBytes());
|
|
|
String result= hRequest.body();
|
|
|
- //System.err.println(result);
|
|
|
+ System.err.println(result);
|
|
|
|
|
|
/*if(JSON.parseObject(result).getInteger("errcode")==0&&JSON.parseObject(result).getString("errmsg").equals("ok")){
|
|
|
return "推送成功!";
|