|
|
@@ -78,7 +78,6 @@ async function handlePointHomeData(){
|
|
|
const cookie = request.headers.Cookie;
|
|
|
const body = request.url.split('?')[1];
|
|
|
// 获取UserId
|
|
|
- magicJS.logger.info(cookie);
|
|
|
const userId = await magicJS.utils.retry(getUserId, 3, 500)(cookie).catch(err => {
|
|
|
magicJS.notification.post(err);
|
|
|
magicJS.done();
|