@@ -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;