|
@@ -35,7 +35,8 @@ function checkHandleRequest(){
|
|
|
const url = $request.url;
|
|
const url = $request.url;
|
|
|
const path = $request.path;
|
|
const path = $request.path;
|
|
|
magicJS.logger.info(`请求url=${url}#${$request.method}`);
|
|
magicJS.logger.info(`请求url=${url}#${$request.method}`);
|
|
|
- magicJS.logger.info(`请求body=${magicJS.getRequestBody()}`);
|
|
|
|
|
|
|
+ magicJS.logger.info(`path=${path}`);
|
|
|
|
|
+ // magicJS.logger.info(`请求body=${magicJS.getRequestBody()}`);
|
|
|
if ($request && $request.method != 'OPTIONS') {
|
|
if ($request && $request.method != 'OPTIONS') {
|
|
|
if (path.indexOf('/xlive/app-room/v1/index/getInfoByUser/') > -1) {
|
|
if (path.indexOf('/xlive/app-room/v1/index/getInfoByUser/') > -1) {
|
|
|
handleXLiveRoomInfo();
|
|
handleXLiveRoomInfo();
|
|
@@ -63,6 +64,7 @@ function handleXLiveRoomInfo() {
|
|
|
svip_time: '2028-12-28 00:00:00',
|
|
svip_time: '2028-12-28 00:00:00',
|
|
|
};
|
|
};
|
|
|
gRetBody = rspParams;
|
|
gRetBody = rspParams;
|
|
|
|
|
+ magicJS.logger.info(`handleXLiveRoomInfo ok`);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
Main()
|
|
Main()
|