|
楼主 |
发表于 2014-1-12 17:36:54
|
显示全部楼层
JS代码- _s.tiebaApi.sendTieba = function (fullpath, post, hdd) {
- _.sendOutserveredHttpWithCookie("", "c.tieba.baidu.com", fullpath, "POST", "BDUSS=" + encodeURIComponent(_s.tiebaApi.getBduss()) + "&_client_id=a0112ba8-b146-45c5-bb18-5b9fdde4917b&_client_type=4&_client_version=1.3.3&_phone_imei=" +
- "05-00-54-20-06-00-01-00-04-00-9C-35-01-00-26-28-02-00-24-14-09-00-32-53&net_type=3&sign=" + (function () {
- return _.md5sun(String("BDUSS=" + encodeURIComponent(_s.tiebaApi.getBduss()) + "&_client_id=a0112ba8-b146-45c5-bb18-5b9fdde4917b&_client_type=4&_client_version=1.3.3&_phone_imei=" +
- "05-00-54-20-06-00-01-00-04-00-9C-35-01-00-26-28-02-00-24-14-09-00-32-53&net_type=3" + post).replace(/&/g, "") + "tiebaclient!!!");
- })() + (function () {
- if (post != "") {
- return "&";
- } else {
- return "";
- }
- })() + post, 80, hdd);
- }
复制代码 |
|