@@ -47,7 +47,7 @@ export default {
async getAdInfoByAdPlace() {
const data = {
id: 1,
- adPlace: 511,
+ adPlace: 20,
os: 1
}
const res = await this.$axios.$post('/v5/advertising/getAdInfoByAdPlace', data);
@@ -45,7 +45,7 @@ export default {