|
|
@@ -626,18 +626,18 @@ function handleFirstArtInfo() {
|
|
|
// // 强制开启购买
|
|
|
// artInfo.status = 1;
|
|
|
// 批量强开
|
|
|
- if (payInfo.enableConsignment == 0) {
|
|
|
- payInfo.enableConsignment = 1;
|
|
|
- magicJS.logger.info(`强制开启批量购买功能`);
|
|
|
- }
|
|
|
- if (payInfo.limited < 1) {
|
|
|
- // 限量强开
|
|
|
- payInfo.limited = 999;
|
|
|
- magicJS.logger.info(`强制开启购买数量限制`);
|
|
|
- }
|
|
|
- if (payInfo.refreshTime == 0) {
|
|
|
- payInfo.refreshTime = Math.floor(Date.now() / 1000);
|
|
|
- }
|
|
|
+ // if (payInfo.enableConsignment == 0) {
|
|
|
+ // payInfo.enableConsignment = 1;
|
|
|
+ // magicJS.logger.info(`强制开启批量购买功能`);
|
|
|
+ // }
|
|
|
+ // if (payInfo.limited < 1) {
|
|
|
+ // // 限量强开
|
|
|
+ // payInfo.limited = 999;
|
|
|
+ // magicJS.logger.info(`强制开启购买数量限制`);
|
|
|
+ // }
|
|
|
+ // if (payInfo.refreshTime == 0) {
|
|
|
+ // payInfo.refreshTime = Math.floor(Date.now() / 1000);
|
|
|
+ // }
|
|
|
gRetBody = rspData;
|
|
|
}
|
|
|
|