|
|
@@ -100,7 +100,6 @@ async function tryFirstGrab() {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
function getWillArtIndexName() {
|
|
|
let indexName = magicJS.data.read(WuBianConstKey.FirstGoodsName, '');
|
|
|
return indexName;
|
|
|
@@ -177,7 +176,7 @@ async function queryAllFirstArtList(type) {
|
|
|
}
|
|
|
|
|
|
async function queryFirstArtList(type, page) {
|
|
|
- const url = `https://api.wubian.pro/vmf/app/synthesis/activityList`;
|
|
|
+ const url = `https://api.wubian.pro/vmf/app/index/artList`;
|
|
|
const reqData = {
|
|
|
type: type,
|
|
|
page: page,
|