shawenguan 1 rok temu
rodzic
commit
bee113cd06
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      Scripts/168/diiiLotteryRedEnvelop.js

+ 1 - 0
Scripts/168/diiiLotteryRedEnvelop.js

@@ -302,6 +302,7 @@ async function openRoomRedEnvelop(redEnvelopId, isPassCode = 0) {
     }).catch(err => {
         const msg = `请求抢红包发生异常\n${JSON.stringify(err)}`;
         magicJS.logger.error(msg);
+        return err.response.body;
     });
     if (!result) {
         return;