|
|
@@ -205,7 +205,7 @@ async function getSecKillData() {
|
|
|
let result = await magicJS.http.post(options).then(response => {
|
|
|
try {
|
|
|
let rspData = response.body;
|
|
|
- magicJS.logger.info(`response=${JSON.stringify(response)}`);
|
|
|
+ // magicJS.logger.info(`response=${JSON.stringify(response)}`);
|
|
|
magicJS.logger.info(`rspData=${JSON.stringify(rspData)}`);
|
|
|
return rspData;
|
|
|
} catch (e) {
|