|
|
@@ -61,6 +61,7 @@ function checkHandleRequest(){
|
|
|
const path = request.path;
|
|
|
magicJS.logger.info(`path=${path}`);
|
|
|
if (path.match(/\/point\/home/)) {
|
|
|
+ magicJS.logger.info('333333333333');
|
|
|
handlePointHomeData();
|
|
|
} else if (path.match(/\/user\/info/)) {
|
|
|
// handlePointHomeData();
|
|
|
@@ -73,6 +74,7 @@ function checkHandleRequest(){
|
|
|
}
|
|
|
|
|
|
async function handlePointHomeData(){
|
|
|
+ magicJS.logger.info('!!!!!!!!!!!!!!!!');
|
|
|
const request = magicJS.request;
|
|
|
const cookie = request.headers.Cookie;
|
|
|
const body = request.url.split('?')[1];
|