TypeError:无法在undefined上读取属性'response'

时间:2016-01-07 21:18:01

标签: javascript

这是带错误的图片。有人可以帮我解决吗?我无法弄清楚。这个javascript是我在Steam上为我的网站使用的机器人(cs:go jackpot网站)。我需要从脚本中删除,因为这个网站不允许我超过30000个字符。如果有人需要更多信息,请问我。

https://gyazo.com/6776d9eba74b80e70901be9e2ba01c35

function(error, body) {
  //console.log("err",error);
  //if(error) return;
  //console.log("body",body);
  if (body.response.trade_offers_received) {
    console.log('Trade offer incomming');
    body.response.trade_offers_received.forEach(function(offer) {
      if (offer.trade_offer_state == 2) 

0 个答案:

没有答案