forked from songluyi/crawl_wechat
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Response.txt
443 lines (398 loc) · 93.4 KB
/
Response.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
Response code: 200
Response body:
Response code: 200
Response body: <!DOCTYPE html>
<!--headTrap<body></body><head></head><html></html>--><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no">
<script nonce="1209888832" type="text/javascript">
window.__nonce_str = "1209888832"
if (location.href.indexOf("safe=0") == -1 && window.__nonce_str) {
window.__moonsafe_csp_offset || (window.__moonsafe_csp_offset = 18);
document.write('<meta http-equiv="Content-Security-Policy" content="script-src https: \'unsafe-inline\' \'unsafe-eval\' *.qq.com *.weishi.com'+(window.__nonce_str ? ' \'nonce-' + window.__nonce_str + "\'":"")+ '">');
}
</script>
<script nonce="1209888832" type="text/javascript">
window.logs = {
pagetime: {}
};
window.logs.pagetime['html_begin'] = (+new Date());
</script>
<meta charset="utf-8">
<script nonce="1209888832" type="text/javascript">
document.domain = "qq.com";
window._tegSpeed = [];
var _wxao = window._wxao || {};
_wxao.begin = (+new Date());
</script>
<meta id="viewport" name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
<title>查看历史消息</title>
<link rel="stylesheet" type="text/css" href="https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/style/msg_historical2318b8.css" media="all">
<link rel="dns-prefetch" href="//res.wx.qq.com">
<link rel="dns-prefetch" href="//mmbiz.qpic.cn">
<link rel="shortcut icon" type="image/x-icon" href="http://res.wx.qq.com/mmbizwap/zh_CN/htmledition/images/icon/common/favicon22c41b.ico">
<script nonce="1209888832" type="text/javascript">
String.prototype.html = function(encode) {
var replace =["'", "'", """, '"', " ", " ", ">", ">", "<", "<", "&", "&", "¥", "¥"];
if (encode) {
replace.reverse();
}
for (var i=0,str=this;i< replace.length;i+= 2) {
str=str.replace(new RegExp(replace[i],'g'),replace[i+1]);
}
return str;
};
window.isInWeixinApp = function() {
return /MicroMessenger/.test(navigator.userAgent);
};
window.getQueryFromURL = function(url) {
url = url || 'http://qq.com/s?a=b#rd';
var query = url.split('?')[1].split('#')[0].split('&'),
params = {};
for (var i=0; i<query.length; i++) {
var arg = query[i].split('=');
params[arg[0]] = arg[1];
}
if (params['pass_ticket']) {
params['pass_ticket'] = encodeURIComponent(params['pass_ticket'].html(false).html(false).replace(/\s/g,"+"));
}
return params;
};
(function() {
var params = getQueryFromURL(location.href);
window.uin = params['uin'] || '';
window.key = params['key'] || '';
window.wxtoken = params['wxtoken'] || '';
window.pass_ticket = params['pass_ticket'] || '';
})();
</script>
<title></title>
</head>
<body id="" class="zh_CN " ontouchstart="">
<div class="msg_page" id="msg_page">
</div>
<div class="loading_wrapper loading" style="display:'';">
<span class="loadingIcon"></span>加载更多</div>
<div class="more_wrapper no_more" style="display:none">
<a href="javascript:;" class="more_link">已无更多历史消息</a>
</div>
<script nonce="1209888832">
var __DEBUGINFO = {
debug_js : "https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_wap/debug/console2ca724.js",
safe_js : "https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_wap/safe/moonsafe2f3e84.js",
res_list: []
};
</script>
<script nonce="1209888832">
(function() {
function _addVConsole(uri) {
var url = '//res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/vconsole/' + uri;
document.write('<script nonce="1209888832" type="text/javascript" src="' + url + '"><\/script>');
}
if (
(document.cookie && document.cookie.indexOf('vconsole_open=1') > -1)
|| location.href.indexOf('vconsole=1') > -1
) {
_addVConsole('2.4.0/vconsole.min.js');
_addVConsole('plugin/vconsole-sources/1.0.1/vconsole-sources.min.js');
_addVConsole('plugin/vconsole-resources/1.0.0/vconsole-resources.min.js');
_addVConsole('plugin/vconsole-mpopt/1.0.0/vconsole-mpopt.js');
}
})();
</script>
<script nonce="1209888832">window.moon_map = {"new_video/ctl.js":"https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/new_video/ctl2d441f.js","biz_wap/utils/device.js":"https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_wap/utils/device2b3aae.js","biz_wap/jsapi/core.js":"https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_wap/jsapi/core2ffa93.js","pages/version4video.js":"https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/pages/version4video2ff437.js","biz_common/utils/respTypes.js":"https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_common/utils/respTypes2c57d0.js","biz_common/utils/url/parse.js":"https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_common/utils/url/parse2fb01a.js","biz_common/template-2.0.1-cmd.js":"https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_common/template-2.0.1-cmd275627.js","pages/report.js":"https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/pages/report304edd.js","biz_wap/utils/ajax.js":"https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_wap/utils/ajax2f1747.js","biz_common/dom/class.js":"https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_common/dom/class275627.js","biz_common/dom/event.js":"https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_common/dom/event275627.js","appmsg/cdn_img_lib.js":"https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/cdn_img_lib30053f.js","history/webp.js":"https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/history/webp2843e5.js","history/localstorage.js":"https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/history/localstorage260530.js","biz_common/utils/string/html.js":"https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_common/utils/string/html29f4e9.js","biz_common/utils/string/emoji.js":"https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_common/utils/string/emoji275627.js","history/template_helper.js":"https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/history/template_helper24f185.js","history/report.js":"https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/history/report24f185.js","history/addEvent.js":"https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/history/addEvent2c5484.js","appmsg/outer_link.js":"https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/appmsg/outer_link275627.js","history/lazy.js":"https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/history/lazy30053f.js","history/location.js":"https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/history/location24f185.js","history/render.js":"https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/history/render29ab01.js","history/index.js":"https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/history/index296e05.js"};</script><script nonce="1209888832" type="text/javascript" src="https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/biz_wap/moon306f4f.js"></script>
<script type="text/html" id="list">
{{each list as value keys}}
{{if value && value.comm_msg_info}}
{{if value.comm_msg_info.type==1}}
<div class="msg_list">
<div class="msg_list_hd">
<h3 class="msg_list_date">{{dateFormat value.comm_msg_info.datetime*1000 'yyyy年M月d日hh:mm'}}</h3>
</div>
<div class="msg_list_bd">
<div class="msg_wrapper" msgid="{{value.comm_msg_info.id}}">
<p class="msg_date">{{dateFormat value.comm_msg_info.datetime*1000 'yyyy年M月d日hh:mm'}}</p>
<div class="text_box msg_inner_wrapper primary_box">
<div class="msg_item text">
<p class="msg_text" data-flag="false">{{=value.comm_msg_info.content}}</p>
</div>
<span class="box_arrow"></span>
</div>
</div>
</div>
</div>
{{else if value.comm_msg_info.type==3}}
<div class="msg_list">
<div class="msg_list_hd">
<h3 class="msg_list_date">{{dateFormat value.comm_msg_info.datetime*1000 'yyyy年M月d日hh:mm'}}</h3>
</div>
<div class="msg_list_bd">
<div id="WXVOICE{{value.comm_msg_info.id}}" class="msg_wrapper" msgid="{{value.comm_msg_info.id}}">
<p class="msg_date">{{dateFormat value.comm_msg_info.datetime*1000 'yyyy年M月d日hh:mm'}}</p>
<a href="javascript:;" class="msg_inner_wrapper primary_box">
<div class="msg_item img" data-msgid="{{value.comm_msg_info.id}}" data-type="imgp">
<span class="msg_img">
<img data-src="/mp/getmediadata?__biz={{biz}}&type=img&mode=small&msgid={{value.comm_msg_info.id}}&uin={{uin}}&key={{key}}" alt="" data-msgid="{{value.comm_msg_info.id}}" data-s="640" data-t="{{value.comm_msg_info.datetime*1000}}">
</span>
</div>
</a>
</div>
</div>
</div>
{{else if value.comm_msg_info.type==34}}
<div class="msg_list">
<div class="msg_list_hd">
<h3 class="msg_list_date">{{dateFormat value.comm_msg_info.datetime*1000 'yyyy年M月d日hh:mm'}}</h3>
</div>
<div class="msg_list_bd">
<div id="WXVOICE{{value.comm_msg_info.id}}" class="msg_wrapper" msgid="{{value.comm_msg_info.id}}">
<p class="msg_date">{{dateFormat value.comm_msg_info.datetime*1000 'yyyy年M月d日hh:mm'}}</p>
<a href="javascript:;" class="voice_box msg_inner_wrapper primary_box">
<div class="msg_item voice" length="{{value.voice_msg_ext_info.play_length}}" data-flag="false">
<span class="voice_point">
<i class="add_on_icon voice"></i>
<audio fileid="{{value.voice_msg_ext_info.fileid}}" preload type="audio/mpeg" src="/mp/getmediadata?__biz={{biz}}&type=voice&msgid={{value.comm_msg_info.id}}&uin={{uin}}&key={{key}}" alt="">not support</audio>
</span>
<span class="msg_desc"></span>
</div>
<span class="box_arrow"></span>
</a>
</div>
</div>
</div>
{{else if value.comm_msg_info.type==49}}
<div class="msg_list">
<div class="msg_list_hd">
<h3 class="msg_list_date">{{dateFormat value.comm_msg_info.datetime*1000 'yyyy年M月d日hh:mm'}}</h3>
</div>
<div class="msg_list_bd">
{{if value.app_msg_ext_info.is_multi==0}}
<div id="WXAPPMSG{{value.comm_msg_info.id}}" class="msg_wrapper" msgid="{{value.comm_msg_info.id}}">
<p class="msg_date">{{dateFormat value.comm_msg_info.datetime*1000 'yyyy年M月d日hh:mm'}}</p>
<div class="msg_inner_wrapper default_box news_box">
<a class="msg_item news redirect" hrefs="{{value.app_msg_ext_info.content_url}}">
<div class="msg_item_hd">
<h4 class="msg_title">{{value.app_msg_ext_info.title}}</h4>
</div>
<div class="msg_item_bd">
<div class="msg_cover" hrefs="{{value.app_msg_ext_info.content_url}}">
<img data-src="{{value.app_msg_ext_info.cover}}" alt="" data-s="640" data-t="{{value.comm_msg_info.datetime*1000}}" hrefs="{{value.app_msg_ext_info.content_url}}">
</div>
<p class="msg_desc" hrefs="{{value.app_msg_ext_info.content_url}}">
{{=value.app_msg_ext_info.digest}}
</p>
</div>
<div class="msg_item_ft" hrefs="{{value.app_msg_ext_info.content_url}}">
阅读原文<span class="add_on_icon arrow"></span>
</div>
</a>
</div>
</div>
{{else}}
<div id="WXAPPMSG{{value.comm_msg_info.id}}" class="msg_wrapper" msgid="{{value.comm_msg_info.id}}">
<p class="msg_date">{{dateFormat value.comm_msg_info.datetime*1000 'yyyy年M月d日hh:mm'}}</p>
<div class="msg_inner_wrapper default_box news_box">
<div class="msg_item multi_news">
<a class="msg_cover redirect" hrefs="{{value.app_msg_ext_info.content_url}}">
<img data-src="{{value.app_msg_ext_info.cover}}" alt="" data-s="640" data-t="{{value.comm_msg_info.datetime*1000}}" hrefs="{{value.app_msg_ext_info.content_url}}">
<div class="msg_title_bar">
<h4 class="msg_title" hrefs="{{value.app_msg_ext_info.content_url}}">{{value.app_msg_ext_info.title}}</h4>
</div>
</a>
{{each value.app_msg_ext_info.multi_app_msg_item_list as subvalue subkey}}
<div class="sub_msg_list">
<a class="sub_msg_item redirect" hrefs="{{subvalue.content_url}}">
<span class="thumb">
<img data-src="{{subvalue.cover}}" alt="" style="width:50px;height:50px;" data-s="300" data-t="{{value.comm_msg_info.datetime*1000}}">
</span>
<h4 class="msg_title" hrefs="{{subvalue.content_url}}">{{subvalue.title}}</h4>
</a>
</div>
{{/each}}
</div>
</div>
</div>
{{/if}}
</div>
</div>
{{else if value.comm_msg_info.type==62}}
<div class="msg_list">
<div class="msg_list_hd">
<h3 class="msg_list_date">{{dateFormat value.comm_msg_info.datetime*1000 'yyyy年M月d日hh:mm'}}</h3>
</div>
<div class="msg_list_bd">
<div id="WXVIDEO{{value.comm_msg_info.id}}" class="msg_wrapper" msgid="{{value.comm_msg_info.id}}">
<p class="msg_date">{{dateFormat value.comm_msg_info.datetime*1000 'yyyy年M月d日hh:mm'}}</p>
<iframe class="video_iframe" style="" height="" width="" frameborder="0" data-src="https://mp.weixin.qq.com/mp/getcdnvideourl?__biz={{biz}}&cdn_videoid={{value.video_msg_ext_info.cdn_videoid}}&thumb={{value.video_msg_ext_info.thumb}}&uin={{uin}}&key={{key}}" allowfullscreen=""></iframe>
</div>
</div>
</div>
{{/if}}
{{/if}}
{{/each}}
</script>
<script nonce="1209888832" type="text/javascript">
window.onerror = function(msg, url, line, col, error){
if (msg != "Script error." && !url){
return true;
}
function getUA(){
return navigator.userAgent;
}
function getOS(ua){
var oss = [/android/gi, /iPhone/gi,/Windows/gi];
var i, o;
var ua = ua || getUA();
for (i = 0; i < oss.length; i++) {
o = ua.match(oss[i]);
if (o) {
return o[0];
}
}
return 'unknown';
}
function getBrowser(ua){
var browsers = [/mqqbrowser/gi,/Chrome/gi,/safari/gi,/MSIE/gi];
var b, i;
var ua = ua || getUA();
for (i = 0; i < browsers.length; i++) {
b = ua.match(browsers[i]);
if (b) {
return b[0];
}
}
return 'unknown';
}
function getMetered(){
var ua = getUA();
var netType = [/WIFI/gi,/3G/gi,/2G/gi];
for (var i = 0; i < netType.length; i++) {
var b = ua.match(netType[i]);
if (b) {
return b[0];
}
};
return 'other';
}
function parseUrl(url) {
var a = document.createElement('a');
a.href = url;
return {
source: url,
protocol: a.protocol.replace(':',''),
host: a.hostname,
port: a.port,
query: a.search,
params: (function(){
var ret = {},
seg = a.search.replace(/^\?/,'').split('&'),
len = seg.length, i = 0, s;
for (;i<len;i++) {
if (!seg[i]) { continue; }
s = seg[i].split('=');
ret[s[0]] = s[1];
}
return ret;
})(),
file: (a.pathname.match(/([^\/?#]+)$/i) || [,''])[1],
hash: a.hash.replace('#',''),
path: a.pathname.replace(/^([^\/])/,'/$1'),
relative: (a.href.match(/tps?:\/\/[^\/]+(.+)/) || [,''])[1],
segments: a.pathname.replace(/^\//,'').split('/')
};
}
function obj2query(obj) {
var arr = [];
for(var key in obj) {
arr.push(key + "=" + encodeURIComponent(obj[key]||""));
}
return arr.join("&");
}
function getUrl(){
var href = location.href,
parseUrls = parseUrl(href),
params = parseUrls.params;
delete params.uin;
delete params.key;
delete params.devicetype;
delete params.version;
delete params.lang;
delete params.from;
delete params.isappinstalled;
delete params.pass_ticket;
var reurl = parseUrls.protocol + '://' + parseUrls.host + parseUrls.path + '?' + obj2query(params);
return reurl;
}
var col = col || (window.event && window.event.errorCharacter) || 0;
var data = {
from :'wap',
path: "/mp/getmasssendmsg",
file: getUrl(),
line: line,
col: col,
msg: msg,
uin: 'MjM3ODE4ODcxMg==',
ua: getBrowser(),
os: getOS(),
net:getMetered()
};
if (!!error && !!error.stack){
data.msg = error.message;
}else if (!!arguments.callee){
var ext = [];
var f = arguments.callee.caller, c = 3;
while (f && (--c>0)) {
ext.push(f.toString());
if (f === f.caller) {
break;
}
f = f.caller;
}
ext = ext.join(" ");
data.msg = ext;
}
var tmp = 'path:'+data.path+';file:'+data.file+';line:'+data.line+';msg:'+data.msg+';uin:'+data.uin+';col:'+data.col+';from:wap;';
var reportUrl = 'https://mp.weixin.qq.com/mp/speedreport?data_type=4&net='+data.net+'&os='+data.os+'&ua='+data.ua+'&ext_data='+encodeURIComponent(tmp);
setTimeout(function(){
var _img = new Image(1, 1);
_img.src = reportUrl;
},16);
}
var minMsgId = 0xffffffff,
loading = document.querySelector('.loading'),
images = [],
isLoading = false,
windowwx_css = "https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/style/page/winwx/history284861.css",
iswp = !!(navigator.userAgent.match(/Windows\sPhone/i)),
isContinue = '1',
biz = 'MzA3ODA5NjgyOA==',
key = '7b81aac53bd2393d480b224df019845af9ebb35a85902cbb253ae71aabbf3d9de586981c3dddd319e563c5ca69197c05007b94be125feb75',
uin = 'MjM3ODE4ODcxMg==',
isFriend = '1',
clipHeight = 300,
msgList = '{"list":[{"comm_msg_info":{"id":1000000040,"type":49,"datetime":1474113935,"fakeid":"3078096828","status":2,"content":""},"app_msg_ext_info":{"title":"我们替你去世界尽头的酒吧喝了杯伏特加……","digest":"世界尽头的小酒馆,放着齐柏林飞艇,挂着花花绿绿的胸罩……","content":"","fileid":503281011,"content_url":"http:\\/\\/mp.weixin.qq.com\\/s?__biz=MzA3ODA5NjgyOA==&amp;mid=2650764661&amp;idx=1&amp;sn=4bb8a419222e5030cc5155238e4aebec&amp;chksm=874c25a6b03bacb0819fa4b617f346904e4feed1622a1d081c6284d1099f8c253e2514f2bdbb&amp;scene=4#wechat_redirect","source_url":"http:\\/\\/mp.weixin.qq.com\\/s?__biz=MzA3ODA5NjgyOA==&amp;mid=200113055&amp;idx=1&amp;sn=0581952a4acba0c54fcafe3d20cbeedc#rd","cover":"http:\\/\\/mmbiz.qpic.cn\\/mmbiz_jpg\\/QWypbO5WwQMzQL8KLGCCaiaib0dvZ62792GHRHia1mEPQYdErn5uZrHTMuCst2tqkMYiaibQLeIlrdqe3634HHyMONA\\/0?wx_fmt=jpeg","subtype":9,"is_multi":0,"multi_app_msg_item_list":[],"author":"Alexandra","copyright_stat":11}},{"comm_msg_info":{"id":1000000039,"type":3,"datetime":1473931686,"fakeid":"3078096828","status":2,"content":""},"image_msg_ext_info":{"length":73014,"fileid":503281004,"mediaid":2692111435776004}},{"comm_msg_info":{"id":1000000038,"type":49,"datetime":1473681515,"fakeid":"3078096828","status":2,"content":""},"app_msg_ext_info":{"title":"在宋朝,有钱人都是这样喝酒的","digest":"你到酒楼前台埋单,然后吆三喝五,去开封的夜市宵夜,混一个火树银花不夜天。","content":"","fileid":503280999,"content_url":"http:\\/\\/mp.weixin.qq.com\\/s?__biz=MzA3ODA5NjgyOA==&amp;mid=2650764651&amp;idx=1&amp;sn=87f7e19b199fc9f09ab507dc1a9cc0ee&amp;chksm=874c25b8b03bacaeea22ea17d5f678f2f0f77ebebe4ff6d72e9320d813decff472b92cff7ae5&amp;scene=4#wechat_redirect","source_url":"http:\\/\\/mp.weixin.qq.com\\/s?__biz=MzA3ODA5NjgyOA==&amp;mid=200113055&amp;idx=1&amp;sn=0581952a4acba0c54fcafe3d20cbeedc#rd","cover":"http:\\/\\/mmbiz.qpic.cn\\/mmbiz_jpg\\/QWypbO5WwQPoq0oYT3LPIqyALs3dX5sgyHtDNhCuln1uZqBW3gCWsCqJLTTfwOJe1bpkyHWv65hK3C45jeiaHxw\\/0?wx_fmt=jpeg","subtype":9,"is_multi":0,"multi_app_msg_item_list":[],"author":"黄亚明","copyright_stat":100}},{"comm_msg_info":{"id":1000000037,"type":49,"datetime":1473335915,"fakeid":"3078096828","status":2,"content":""},"app_msg_ext_info":{"title":"蔡澜:曼哈顿和干马提尼","digest":"有一阵子酒喝多了,生厌,停了一会儿,现在又重投旧情人怀抱,要求更多,比从前的酒量厉害。","content":"","fileid":503280992,"content_url":"http:\\/\\/mp.weixin.qq.com\\/s?__biz=MzA3ODA5NjgyOA==&amp;mid=2650764646&amp;idx=1&amp;sn=d2fccc27e3cc1352129251fbdc7d2df3&amp;chksm=874c25b5b03baca3ec57fbad24f7f901f2d7dcb07fc98ff3416661bdc7222f5237d1f25b0a0e&amp;scene=4#wechat_redirect","source_url":"http:\\/\\/mp.weixin.qq.com\\/s?__biz=MzA3ODA5NjgyOA==&amp;mid=200113055&amp;idx=1&amp;sn=0581952a4acba0c54fcafe3d20cbeedc#rd","cover":"http:\\/\\/mmbiz.qpic.cn\\/mmbiz_jpg\\/QWypbO5WwQPYk190oy40LUQmbZhhnbXGgze59aianto5Cn2wgNUuVSaqvM5YvZvvLEhAL7NkyS63v5FApUjHQvg\\/0?wx_fmt=jpeg","subtype":9,"is_multi":0,"multi_app_msg_item_list":[],"author":"蔡澜","copyright_stat":100}},{"comm_msg_info":{"id":1000000036,"type":49,"datetime":1473249499,"fakeid":"3078096828","status":2,"content":""},"app_msg_ext_info":{"title":"闪购:你以为法国南部的酒淡而无味,是因为你没喝到过好的","digest":"杭州地区快递终于恢复了,撒花~","content":"","fileid":503280989,"content_url":"http:\\/\\/mp.weixin.qq.com\\/s?__biz=MzA3ODA5NjgyOA==&amp;mid=2650764638&amp;idx=1&amp;sn=f00b7c9c06696eb45ecf8b3971569fb8&amp;chksm=874c258db03bac9bfbb640cc02645ebf9fc593db27acb861ccebdfeccb547ebdf7eb563bd69c&amp;scene=4#wechat_redirect","source_url":"https:\\/\\/weidian.com\\/item.html?itemID=1943835896","cover":"http:\\/\\/mmbiz.qpic.cn\\/mmbiz_jpg\\/QWypbO5WwQOYBxlAtOBZZSMXS4F7q0n6bJKP0saROIA3JXzuq7jFUJWqrTqe4vzpkicicnr8wACo50DSprc0X2PQ\\/0?wx_fmt=jpeg","subtype":9,"is_multi":0,"multi_app_msg_item_list":[],"author":"微醺闪购","copyright_stat":11}},{"comm_msg_info":{"id":1000000035,"type":49,"datetime":1473163030,"fakeid":"3078096828","status":2,"content":""},"app_msg_ext_info":{"title":"谈起威士忌,你通常会犯的几点错误","digest":"看完本文,麻麻再不担心我不会冒充有品老男人了呢~","content":"","fileid":503280983,"content_url":"http:\\/\\/mp.weixin.qq.com\\/s?__biz=MzA3ODA5NjgyOA==&amp;mid=2650764636&amp;idx=1&amp;sn=cfb76fd7884750cb53b42414d6de2703&amp;chksm=874c258fb03bac993cd4b0bb4febc1508271b3c76daf1f0b5b178bfea8a907985c96eb631795&amp;scene=4#wechat_redirect","source_url":"http:\\/\\/mp.weixin.qq.com\\/s?__biz=MzA3ODA5NjgyOA==&amp;mid=200113055&amp;idx=1&amp;sn=0581952a4acba0c54fcafe3d20cbeedc#rd","cover":"http:\\/\\/mmbiz.qpic.cn\\/mmbiz_gif\\/QWypbO5WwQNeGDU4SQjS9iaFm5VhnsuhECSZE6jPX3FxxhVXQ0hJSJsichlAVWFslOlNn4750IISpbbibOyUl4uww\\/s640?","subtype":9,"is_multi":0,"multi_app_msg_item_list":[],"author":"微醺君","copyright_stat":11}},{"comm_msg_info":{"id":1000000034,"type":49,"datetime":1473076707,"fakeid":"3078096828","status":2,"content":""},"app_msg_ext_info":{"title":"因为爱,才会给你做下酒菜","digest":"下酒菜这种,要一个人为另一个人准备,才有味道吧。","content":"","fileid":503280979,"content_url":"http:\\/\\/mp.weixin.qq.com\\/s?__biz=MzA3ODA5NjgyOA==&amp;mid=2650764630&amp;idx=1&amp;sn=a3e361927247069cbd1a27c9fc54c777&amp;chksm=874c2585b03bac93c642689e45e16f3510972ffd0f411ec2ab772890e261bb4400b0eb5b2932&amp;scene=4#wechat_redirect","source_url":"http:\\/\\/mp.weixin.qq.com\\/s?__biz=MzA3ODA5NjgyOA==&amp;mid=200113055&amp;idx=1&amp;sn=0581952a4acba0c54fcafe3d20cbeedc#rd","cover":"http:\\/\\/mmbiz.qpic.cn\\/mmbiz_jpg\\/QWypbO5WwQMm2qn4QfFEk39Ziaib1S6Ah1QjN5rLgyia5Wcre4VOCsMtOuEE7tvtKlv6jpA5Tg4XrpIv0p0ia9T55Q\\/0?wx_fmt=jpeg","subtype":9,"is_multi":0,"multi_app_msg_item_list":[],"author":"江上","copyright_stat":100}},{"comm_msg_info":{"id":1000000033,"type":49,"datetime":1472730903,"fakeid":"3078096828","status":2,"content":""},"app_msg_ext_info":{"title":"像专家那样点一杯马提尼","digest":"噢,马提尼,鸡尾酒之王,没人会不承认它的经典。","content":"","fileid":503280972,"content_url":"http:\\/\\/mp.weixin.qq.com\\/s?__biz=MzA3ODA5NjgyOA==&amp;mid=2650764622&amp;idx=1&amp;sn=2eceacf737929d5bb0e166dc6733416c&amp;scene=4#wechat_redirect","source_url":"http:\\/\\/mp.weixin.qq.com\\/s?__biz=MzA3ODA5NjgyOA==&amp;mid=200113055&amp;idx=1&amp;sn=0581952a4acba0c54fcafe3d20cbeedc#rd","cover":"http:\\/\\/mmbiz.qpic.cn\\/mmbiz_jpg\\/QWypbO5WwQNoiaB1wXkNv3LT4oaq6wuwkFQnBWU3ciarFibKSrsyibQ2MgSIg1NFvZPyTxTCUML6X8NfSSJhDmR3iaQ\\/0?wx_fmt=jpeg","subtype":9,"is_multi":0,"multi_app_msg_item_list":[],"author":"微醺君","copyright_stat":11}},{"comm_msg_info":{"id":1000000032,"type":49,"datetime":1472644703,"fakeid":"3078096828","status":2,"content":""},"app_msg_ext_info":{"title":"闪购:来支甜酒,甜甜蜜蜜过中秋","digest":"准备什么单品都不合适的时候,拿出甜酒似乎就能皆大欢喜了。","content":"","fileid":503280957,"content_url":"http:\\/\\/mp.weixin.qq.com\\/s?__biz=MzA3ODA5NjgyOA==&amp;mid=2650764611&amp;idx=1&amp;sn=690bb9593b300c4ed1369da642f76c04&amp;scene=4#wechat_redirect","source_url":"https:\\/\\/weidian.com\\/item.html?itemID=1938939297","cover":"http:\\/\\/mmbiz.qpic.cn\\/mmbiz_jpg\\/QWypbO5WwQNFIvGjawl0LbgT6dJeaKebzibQXOCiaLtqSiacHK2nEb3FXF2bWHrvkYyRMbLh0ELrLzpjHDfK4mic7w\\/0?wx_fmt=jpeg","subtype":9,"is_multi":0,"multi_app_msg_item_list":[],"author":"微醺闪购","copyright_stat":11}},{"comm_msg_info":{"id":1000000031,"type":49,"datetime":1472471925,"fakeid":"3078096828","status":2,"content":""},"app_msg_ext_info":{"title":"人生的美满,不过一杯鸡尾酒","digest":"坦诚地讲,即使你很讨厌酒,也一定要试试鸡尾酒。","content":"","fileid":503280949,"content_url":"http:\\/\\/mp.weixin.qq.com\\/s?__biz=MzA3ODA5NjgyOA==&amp;mid=2650764603&amp;idx=1&amp;sn=59f33aff93c77958e255c8b41f941142&amp;scene=4#wechat_redirect","source_url":"http:\\/\\/mp.weixin.qq.com\\/s?__biz=MzA3ODA5NjgyOA==&amp;mid=200113055&amp;idx=1&amp;sn=0581952a4acba0c54fcafe3d20cbeedc#rd","cover":"http:\\/\\/mmbiz.qpic.cn\\/mmbiz_jpg\\/QWypbO5WwQMjpmib03lg84WSDaOOTIjQDOv6NatlLddCa0Yq7Z5jyBtna6O9tLT8TfiaQlOO73u8tFxaUibyHeLaQ\\/0?wx_fmt=jpeg","subtype":9,"is_multi":0,"multi_app_msg_item_list":[],"author":"秋子酱","copyright_stat":101}}]}';
if(!!window.__initCatch){
window.__initCatch({
idkey : 29711,
startKey : 0,
reportOpt : {
uin : uin,
biz : biz
} });
}
seajs.use("history/index.js");
</script>
</body>
</html>
<!--tailTrap<body></body><head></head><html></html>-->
Response code: 302
Response body:
Response code: 200
Response body: {"ret":0,"errmsg":"ok","general_msg_list":"{\"list\":[{\"comm_msg_info\":{\"id\":1000000030,\"type\":49,\"datetime\":1472126281,\"fakeid\":\"3078096828\",\"status\":2,\"content\":\"\"},\"app_msg_ext_info\":{\"title\":\"当你可以帮父亲喝酒的时候,他也就老了\",\"digest\":\"我的父亲,我的英雄。\",\"content\":\"\",\"fileid\":503280946,\"content_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=2650764595&idx=1&sn=59401d1d63613cedea09f056e85a214f&scene=4#wechat_redirect\",\"source_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=200113055&idx=1&sn=0581952a4acba0c54fcafe3d20cbeedc#rd\",\"cover\":\"http:\\\/\\\/mmbiz.qpic.cn\\\/mmbiz_jpg\\\/QWypbO5WwQOrhkb59LyZ6ribla22JaLAcEUlApniaTia8l5n9vsgicJn0XUdwyCyuuQCLPEspuWVtbRMakLNaCHyUw\\\/0?wx_fmt=jpeg\",\"subtype\":9,\"is_multi\":0,\"multi_app_msg_item_list\":[],\"author\":\"威少\",\"copyright_stat\":100}},{\"comm_msg_info\":{\"id\":1000000029,\"type\":49,\"datetime\":1472039972,\"fakeid\":\"3078096828\",\"status\":2,\"content\":\"\"},\"app_msg_ext_info\":{\"title\":\"闪购:如果要和父亲喝葡萄酒,我会选择这一款\",\"digest\":\"中秋选酒第三弹,适合和家人同享的葡萄酒。\",\"content\":\"\",\"fileid\":503280943,\"content_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=2650764592&idx=1&sn=98b9a2843c8fd908c57ab688c143518d&scene=4#wechat_redirect\",\"source_url\":\"http:\\\/\\\/wd.koudai.com\\\/item.html?itemID=144041673\",\"cover\":\"http:\\\/\\\/mmbiz.qpic.cn\\\/mmbiz_jpg\\\/QWypbO5WwQPJclUT9nv6OVnWFicjoicHL0rpycjNvbeKV84ibEYK9vI6jb610QjR3jnrJRzGkzIiaT37riclatU6Wxg\\\/0?wx_fmt=jpeg\",\"subtype\":9,\"is_multi\":0,\"multi_app_msg_item_list\":[],\"author\":\"微醺闪购\",\"copyright_stat\":11}},{\"comm_msg_info\":{\"id\":1000000028,\"type\":49,\"datetime\":1471953462,\"fakeid\":\"3078096828\",\"status\":2,\"content\":\"\"},\"app_msg_ext_info\":{\"title\":\"听说葡萄酒对皮肤有好处后,我就把自己泡在了里面\",\"digest\":\"还有绿茶,还有咖啡,还有清酒……\",\"content\":\"\",\"fileid\":503280934,\"content_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=2650764590&idx=1&sn=abad53163cfca3676be5a5af1b612995&scene=4#wechat_redirect\",\"source_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=200113055&idx=1&sn=0581952a4acba0c54fcafe3d20cbeedc#rd\",\"cover\":\"http:\\\/\\\/mmbiz.qpic.cn\\\/mmbiz_jpg\\\/QWypbO5WwQNPhMHib6UN2yu70sqpbXekkFaf6vTBHk2Tymh7ico7pxsicO2ICUCSyWmyoF87ejG1LkwhAJnwQ07Qg\\\/0?wx_fmt=jpeg\",\"subtype\":9,\"is_multi\":0,\"multi_app_msg_item_list\":[],\"author\":\"Chris Maggio\",\"copyright_stat\":100}},{\"comm_msg_info\":{\"id\":1000000027,\"type\":49,\"datetime\":1471867106,\"fakeid\":\"3078096828\",\"status\":2,\"content\":\"\"},\"app_msg_ext_info\":{\"title\":\"时间对于葡萄酒意味着什么?\",\"digest\":\"就像起起落落的人生,时间让葡萄酒贬值,也让葡萄酒升值。\",\"content\":\"\",\"fileid\":503280929,\"content_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=2650764581&idx=1&sn=d06cae079d88681ae08bb0a354a6f2c0&scene=4#wechat_redirect\",\"source_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=200113055&idx=1&sn=0581952a4acba0c54fcafe3d20cbeedc#rd\",\"cover\":\"http:\\\/\\\/mmbiz.qpic.cn\\\/mmbiz_jpg\\\/QWypbO5WwQNOoI4zQskgOFv9pmKiceS7ibm8D87z1tESmm6YP7X8Q0NKXfYhuWicXO8CdfhR5RibiaeIY4N07NicZh7Q\\\/0?wx_fmt=jpeg\",\"subtype\":9,\"is_multi\":0,\"multi_app_msg_item_list\":[],\"author\":\"林裕森\",\"copyright_stat\":100}},{\"comm_msg_info\":{\"id\":1000000026,\"type\":49,\"datetime\":1471521577,\"fakeid\":\"3078096828\",\"status\":2,\"content\":\"\"},\"app_msg_ext_info\":{\"title\":\"硬汉派的生活态度:侦探都爱威士忌\",\"digest\":\"如果我带着醉意出生,我或许会忘掉所有悲伤。\",\"content\":\"\",\"fileid\":503280926,\"content_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=2650764576&idx=1&sn=626742b8d6365e8d6a7c858f2ba0476d&scene=4#wechat_redirect\",\"source_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=200113055&idx=1&sn=0581952a4acba0c54fcafe3d20cbeedc#rd\",\"cover\":\"http:\\\/\\\/mmbiz.qpic.cn\\\/mmbiz_jpg\\\/QWypbO5WwQPQicq2lic5yJMic7L0F66jVlzDXwNia0rLlx4mQOrKBClXgzzgW1x3CrWzsRtZeVKDNThEaKKrFqiauIg\\\/0?wx_fmt=jpeg\",\"subtype\":9,\"is_multi\":0,\"multi_app_msg_item_list\":[],\"author\":\"库索\",\"copyright_stat\":100}},{\"comm_msg_info\":{\"id\":1000000025,\"type\":49,\"datetime\":1471435092,\"fakeid\":\"3078096828\",\"status\":2,\"content\":\"\"},\"app_msg_ext_info\":{\"title\":\"闪购:靠情怀做营销的酒不少,好喝的却不多\",\"digest\":\"既然手机这种纯工业产品都能谈工匠和情怀,酿酒这种古老传统又手工的行业当然也不会示弱了~\",\"content\":\"\",\"fileid\":503280923,\"content_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=2650764573&idx=1&sn=d3db0fea58b5ef31514e8474682972dd&scene=4#wechat_redirect\",\"source_url\":\"http:\\\/\\\/wd.koudai.com\\\/i\\\/756562562?wfr=c\",\"cover\":\"http:\\\/\\\/mmbiz.qpic.cn\\\/mmbiz_jpg\\\/QWypbO5WwQNAZSbOgRYvxRRibKicqhbEicAHH8xTmtEDX8OxlUeNXMcZghrw3eRVLElkvX1G3PkFPXibXO7tKAGzUg\\\/0?wx_fmt=jpeg\",\"subtype\":9,\"is_multi\":0,\"multi_app_msg_item_list\":[],\"author\":\"微醺闪购\",\"copyright_stat\":11}},{\"comm_msg_info\":{\"id\":1000000024,\"type\":49,\"datetime\":1471348819,\"fakeid\":\"3078096828\",\"status\":2,\"content\":\"\"},\"app_msg_ext_info\":{\"title\":\"宿醉的早上再喝一点,真的可以治疗酒醉吗?\",\"digest\":\"让我们来科学的探讨解决宿醉之事~\",\"content\":\"\",\"fileid\":503280914,\"content_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=2650764567&idx=1&sn=4af79ea8ede2bf87f4e694bfa5a9eac5&scene=4#wechat_redirect\",\"source_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=200113055&idx=1&sn=0581952a4acba0c54fcafe3d20cbeedc#rd\",\"cover\":\"http:\\\/\\\/mmbiz.qpic.cn\\\/mmbiz_jpg\\\/QWypbO5WwQOfhnIZ2TQaeTDZYdz47TVPwJy3MKZXJPpejNQDOKdJnbuRzJH9G4E0E7pDoBBFzRUJWibeBRiaeUXQ\\\/0?wx_fmt=jpeg\",\"subtype\":9,\"is_multi\":0,\"multi_app_msg_item_list\":[],\"author\":\"微醺君\",\"copyright_stat\":11}},{\"comm_msg_info\":{\"id\":1000000023,\"type\":49,\"datetime\":1471262434,\"fakeid\":\"3078096828\",\"status\":2,\"content\":\"\"},\"app_msg_ext_info\":{\"title\":\"蔡澜:血腥玛丽\",\"digest\":\"听蔡澜先生谈世界各地的血腥玛丽和它的起源~\",\"content\":\"\",\"fileid\":503280908,\"content_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=2650764561&idx=1&sn=fe02c9ffce1cd2a757ab281b57074fde&scene=4#wechat_redirect\",\"source_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=200113055&idx=1&sn=0581952a4acba0c54fcafe3d20cbeedc#rd\",\"cover\":\"http:\\\/\\\/mmbiz.qpic.cn\\\/mmbiz_jpg\\\/QWypbO5WwQMxYX3IAzAM9qyTDwhPRKKfNaMficGeN9icerTSZZpMxxtCXF3PCB5PVyQAdau8rV0VmGoa3PSy1R5A\\\/0?wx_fmt=jpeg\",\"subtype\":9,\"is_multi\":0,\"multi_app_msg_item_list\":[],\"author\":\"蔡澜\",\"copyright_stat\":100}},{\"comm_msg_info\":{\"id\":1000000022,\"type\":49,\"datetime\":1470916614,\"fakeid\":\"3078096828\",\"status\":2,\"content\":\"\"},\"app_msg_ext_info\":{\"title\":\"微醺在耶路撒冷之夜\",\"digest\":\"在这个重大的人生转折点上,有酒,有友,有清风明月,人生得此,夫复何求。那晚临睡前躺在床上,我想,也许冥冥之中自有神明,至少我在哭墙许下的愿望真的到来。\",\"content\":\"\",\"fileid\":503280898,\"content_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=2650764555&idx=1&sn=c97ab229e39bb714bc013559f51ff5a3&scene=4#wechat_redirect\",\"source_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=200113055&idx=1&sn=0581952a4acba0c54fcafe3d20cbeedc#rd\",\"cover\":\"http:\\\/\\\/mmbiz.qpic.cn\\\/mmbiz\\\/QWypbO5WwQOxYdAF2aS49Gicl2BiaoTjxymickMemkdPJhuiaLoLu7ibDR7VPO6aYQK1ib22NMYyo5ib0g58kX8ibnFBPw\\\/0?wx_fmt=jpeg\",\"subtype\":9,\"is_multi\":0,\"multi_app_msg_item_list\":[],\"author\":\"呆头鹅\",\"copyright_stat\":11}},{\"comm_msg_info\":{\"id\":1000000021,\"type\":49,\"datetime\":1470830342,\"fakeid\":\"3078096828\",\"status\":2,\"content\":\"\"},\"app_msg_ext_info\":{\"title\":\"闪购:和姑娘或者猫奴分享这支特立独行的酒,他们一定很开心\",\"digest\":\"中秋节快到了,为你带来一些适合和家人分享的酒款。\",\"content\":\"\",\"fileid\":503280896,\"content_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=2650764545&idx=1&sn=83615a2f4c794700e733c013dd35b18e&scene=4#wechat_redirect\",\"source_url\":\"http:\\\/\\\/weidian.com\\\/i\\\/1924016923?wfr=c\",\"cover\":\"http:\\\/\\\/mmbiz.qpic.cn\\\/mmbiz\\\/QWypbO5WwQMwpFYQMXa8efNAR1ricxNUlBzsOqmbIriap8sfIKTyqraibJZwf19b4jz7UA0bIW4R0pwfIla6B3iaaA\\\/0?wx_fmt=jpeg\",\"subtype\":9,\"is_multi\":0,\"multi_app_msg_item_list\":[],\"author\":\"微醺闪购\",\"copyright_stat\":11}}]}","bizuin_code":"MzA3ODA5NjgyOA==","uin_code":"MjM3ODE4ODcxMg==","key":"7b81aac53bd2393d480b224df019845af9ebb35a85902cbb253ae71aabbf3d9de586981c3dddd319e563c5ca69197c05007b94be125feb75","is_friend":1,"is_continue":1,"count":10,"csp_nonce_str":1458529357}
Response code: 200
Response body: {"ret":0,"errmsg":"ok","general_msg_list":"{\"list\":[{\"comm_msg_info\":{\"id\":1000000020,\"type\":49,\"datetime\":1470743752,\"fakeid\":\"3078096828\",\"status\":2,\"content\":\"\"},\"app_msg_ext_info\":{\"title\":\"在这里,人人都像吸血鬼一样喝着用塑料袋装的红色液体\",\"digest\":\"唔,关于喝酒方式的创新,青岛人民并不孤单呢。\",\"content\":\"\",\"fileid\":503280887,\"content_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=2650764541&idx=1&sn=94ec6bb6bd12de8c4478276ce0063256&scene=4#wechat_redirect\",\"source_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=200113055&idx=1&sn=0581952a4acba0c54fcafe3d20cbeedc#rd\",\"cover\":\"http:\\\/\\\/mmbiz.qpic.cn\\\/mmbiz\\\/QWypbO5WwQOGSpVlJ87GVKZ6BQQ5JLWxC7jLvKWgXa95nnpq0nXiclvRwYl7Qib8W8vPdO8gSzqRXicheeok2FzIA\\\/0?wx_fmt=jpeg\",\"subtype\":9,\"is_multi\":0,\"multi_app_msg_item_list\":[],\"author\":\"Duncan Tucker\",\"copyright_stat\":11}},{\"comm_msg_info\":{\"id\":1000000019,\"type\":49,\"datetime\":1470139073,\"fakeid\":\"3078096828\",\"status\":2,\"content\":\"\"},\"app_msg_ext_info\":{\"title\":\"我们的语言是威士忌了\",\"digest\":\"如果我们的语言是威士忌,当然就不必费此操办了,只要我默默递出酒杯,您接过静静送入喉咙即可,非常简单非常准确。\",\"content\":\"\",\"fileid\":503280880,\"content_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=2650764534&idx=1&sn=36e2d22ffac10bb3de7b559de25a08e0&scene=4#wechat_redirect\",\"source_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=200113055&idx=1&sn=0581952a4acba0c54fcafe3d20cbeedc#rd\",\"cover\":\"http:\\\/\\\/mmbiz.qpic.cn\\\/mmbiz\\\/QWypbO5WwQNsz1edLMicaibOg1SWqhwPfcPTSN5Ueh3XxST1icHrfpVOsLhsujuF5xce9jiaPx2YenxVI6zniaVgWCg\\\/0?wx_fmt=jpeg\",\"subtype\":9,\"is_multi\":0,\"multi_app_msg_item_list\":[],\"author\":\"绿山墙的安妮\",\"copyright_stat\":100}},{\"comm_msg_info\":{\"id\":1000000018,\"type\":49,\"datetime\":1469707136,\"fakeid\":\"3078096828\",\"status\":2,\"content\":\"\"},\"app_msg_ext_info\":{\"title\":\"冰酒石听上去很酷炫,然而并没有什么X用\",\"digest\":\"如果你真的要用“冰酒石”,不如直接把酒瓶扔冰箱里。\",\"content\":\"\",\"fileid\":503280877,\"content_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=2650764527&idx=1&sn=34bbd95cacc76a9d73a7fa951bdff623&scene=4#wechat_redirect\",\"source_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=200113055&idx=1&sn=0581952a4acba0c54fcafe3d20cbeedc#rd\",\"cover\":\"http:\\\/\\\/mmbiz.qpic.cn\\\/mmbiz_jpg\\\/QWypbO5WwQMckpoAquia0HUomLx7qy5LC4yR69pZpxsYLQMyGmOxcmSJlzibO6FMI6WJ9gTNFuXgEWD8lDiaEpTUA\\\/0?wx_fmt=jpeg\",\"subtype\":9,\"is_multi\":0,\"multi_app_msg_item_list\":[],\"author\":\"微醺君\",\"copyright_stat\":11}},{\"comm_msg_info\":{\"id\":1000000017,\"type\":49,\"datetime\":1469620862,\"fakeid\":\"3078096828\",\"status\":2,\"content\":\"\"},\"app_msg_ext_info\":{\"title\":\"闪购:酒好喝很重要,颜值也好那就更妙\",\"digest\":\"“猫先生”的同门师兄,一款品质和颜值俱佳的澳洲精品酒。\",\"content\":\"\",\"fileid\":503280873,\"content_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=2650764522&idx=1&sn=58b56123d355d50a0cbfdcf4a6fd57c3&scene=4#wechat_redirect\",\"source_url\":\"http:\\\/\\\/weidian.com\\\/item.html?itemID=1914229805\",\"cover\":\"http:\\\/\\\/mmbiz.qpic.cn\\\/mmbiz\\\/QWypbO5WwQPRCHu2Z4tibhJ6FZ4gPRl80nxanc7e9sJYSk13D6qwuC1al4l2wf9Lmiax6rtREKzeXSybSNnG225g\\\/0?wx_fmt=jpeg\",\"subtype\":9,\"is_multi\":0,\"multi_app_msg_item_list\":[],\"author\":\"微醺闪购\",\"copyright_stat\":11}},{\"comm_msg_info\":{\"id\":1000000016,\"type\":49,\"datetime\":1469534500,\"fakeid\":\"3078096828\",\"status\":2,\"content\":\"\"},\"app_msg_ext_info\":{\"title\":\"“不要把浴盐和水混在一起,否则你会得到一缸葡萄酒”\",\"digest\":\"一则关于禁酒令时期人民与政府斗智斗勇的有趣故事。\",\"content\":\"\",\"fileid\":503280861,\"content_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=2650764519&idx=1&sn=e87cb6b8fabc7ef5f6f83fc8aa5cfd57&scene=4#wechat_redirect\",\"source_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=200113055&idx=1&sn=0581952a4acba0c54fcafe3d20cbeedc#rd\",\"cover\":\"http:\\\/\\\/mmbiz.qpic.cn\\\/mmbiz\\\/QWypbO5WwQPC9ZNWAXaoBA0ryzibZBxWVibBGdTUtzSHMdfAe5KXibrdLbthZrbwanlZm98JGiaAwHJd7mqY4JsQSA\\\/0?wx_fmt=jpeg\",\"subtype\":9,\"is_multi\":0,\"multi_app_msg_item_list\":[],\"author\":\"Adam Teeter\",\"copyright_stat\":100}},{\"comm_msg_info\":{\"id\":1000000015,\"type\":49,\"datetime\":1469447812,\"fakeid\":\"3078096828\",\"status\":2,\"content\":\"\"},\"app_msg_ext_info\":{\"title\":\"你和爱人喝的次数越多,你们的感情就越好\",\"digest\":\"酒量不一样的人怎么能在!一!起!\",\"content\":\"\",\"fileid\":503280860,\"content_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=2650764513&idx=1&sn=470a5d1e9d6d5d2229499de661fcd346&scene=4#wechat_redirect\",\"source_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=200113055&idx=1&sn=0581952a4acba0c54fcafe3d20cbeedc#rd\",\"cover\":\"http:\\\/\\\/mmbiz.qpic.cn\\\/mmbiz\\\/QWypbO5WwQPC9ZNWAXaoBA0ryzibZBxWVzDpW7bhzOAsWgYCx4msI29f4gEvSkSTFnSRKia9u9FBSrhm8qovxKZw\\\/0?wx_fmt=jpeg\",\"subtype\":9,\"is_multi\":0,\"multi_app_msg_item_list\":[],\"author\":\"微醺君\",\"copyright_stat\":11}},{\"comm_msg_info\":{\"id\":1000000014,\"type\":49,\"datetime\":1469102207,\"fakeid\":\"3078096828\",\"status\":2,\"content\":\"\"},\"app_msg_ext_info\":{\"title\":\"朋友,你为什么要喝那么多酒?\",\"digest\":\"我一直觉得酒是情绪的放大器。如果你是悲伤的,那面前酒杯里荡漾的就是眼泪;如果你是欢喜的,那樽中盛的便都是梦里笑靥。\",\"content\":\"\",\"fileid\":503280852,\"content_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=2650764506&idx=1&sn=ddf9bdba615350c38cf3834e0599ab56&scene=4#wechat_redirect\",\"source_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=200113055&idx=1&sn=0581952a4acba0c54fcafe3d20cbeedc#rd\",\"cover\":\"http:\\\/\\\/mmbiz.qpic.cn\\\/mmbiz\\\/QWypbO5WwQPAfxFm9aXVADjYziaSjYJGhqcN6GevHFBWD9U1Ix3lfV0O3jfia7GiaEsaAMJ05NC2nI1Y9aj6kCRnA\\\/0?wx_fmt=jpeg\",\"subtype\":9,\"is_multi\":0,\"multi_app_msg_item_list\":[],\"author\":\"熙\",\"copyright_stat\":11}},{\"comm_msg_info\":{\"id\":1000000013,\"type\":49,\"datetime\":1469015819,\"fakeid\":\"3078096828\",\"status\":2,\"content\":\"\"},\"app_msg_ext_info\":{\"title\":\"闪购:阿根廷除了梅西,还有你必须得尝试的马尔贝克\",\"digest\":\"阿根廷不相信眼泪,但阿根廷人热爱马尔贝克,为此他们甚至弄出了“世界马尔贝克日”。\",\"content\":\"\",\"fileid\":503280850,\"content_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=2650764499&idx=1&sn=f4b0b613595884f4a3211d174b598500&scene=4#wechat_redirect\",\"source_url\":\"http:\\\/\\\/weidian.com\\\/item.html?itemID=1797850263\",\"cover\":\"http:\\\/\\\/mmbiz.qpic.cn\\\/mmbiz\\\/QWypbO5WwQMTibbTVRNS9NZH6dORBShIueSlnZL6XlIDRF9LYfujDx1O7mibfzlkhneaHmDxUrCicTaCNBTacicFVg\\\/0?wx_fmt=jpeg\",\"subtype\":9,\"is_multi\":0,\"multi_app_msg_item_list\":[],\"author\":\"微醺闪购\",\"copyright_stat\":11}},{\"comm_msg_info\":{\"id\":1000000012,\"type\":49,\"datetime\":1468842965,\"fakeid\":\"3078096828\",\"status\":2,\"content\":\"\"},\"app_msg_ext_info\":{\"title\":\"每个会喝酒的中年熟男都应该知道怎么制作完美的曼哈顿\",\"digest\":\"用这杯经典鸡尾酒作为一天的结束再好不过……呃,用它开始新的一天也成,随你……\",\"content\":\"\",\"fileid\":503280840,\"content_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=2650764493&idx=1&sn=ab27e1d8397e62bdb70640a87a821822&scene=4#wechat_redirect\",\"source_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=200113055&idx=1&sn=0581952a4acba0c54fcafe3d20cbeedc#rd\",\"cover\":\"http:\\\/\\\/mmbiz.qpic.cn\\\/mmbiz\\\/QWypbO5WwQMM4r3TFUp4ctOV63enhgWibGb3obIS6WwNcn68OsEz9yBlUvkpyEhbzmmOdoThzLPeI7KNQR2DicHQ\\\/0?wx_fmt=jpeg\",\"subtype\":9,\"is_multi\":0,\"multi_app_msg_item_list\":[],\"author\":\"微醺君\",\"copyright_stat\":11}},{\"comm_msg_info\":{\"id\":1000000011,\"type\":49,\"datetime\":1468497455,\"fakeid\":\"3078096828\",\"status\":2,\"content\":\"\"},\"app_msg_ext_info\":{\"title\":\"陆文夫:醉饮江中月,做鬼亦陶然\",\"digest\":\"古来圣贤皆寂寞,唯有饮者留其名。\",\"content\":\"\",\"fileid\":503280834,\"content_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=2650764487&idx=1&sn=7ded5f09074c4368fac3b35cd146542f&scene=4#wechat_redirect\",\"source_url\":\"http:\\\/\\\/mp.weixin.qq.com\\\/s?__biz=MzA3ODA5NjgyOA==&mid=200113055&idx=1&sn=0581952a4acba0c54fcafe3d20cbeedc#rd\",\"cover\":\"http:\\\/\\\/mmbiz.qpic.cn\\\/mmbiz\\\/QWypbO5WwQPtLCtHbJ6k1XWDEicGK1TXLhBY2xjRAsWWcDTKOya1romQcWhoLmDP9tqoSrianGibwvumVnBUS5DsQ\\\/0?wx_fmt=jpeg\",\"subtype\":9,\"is_multi\":0,\"multi_app_msg_item_list\":[],\"author\":\"陆文夫\",\"copyright_stat\":100}}]}","bizuin_code":"MzA3ODA5NjgyOA==","uin_code":"MjM3ODE4ODcxMg==","key":"7b81aac53bd2393d480b224df019845af9ebb35a85902cbb253ae71aabbf3d9de586981c3dddd319e563c5ca69197c05007b94be125feb75","is_friend":1,"is_continue":1,"count":10,"csp_nonce_str":398963060}