|
@@ -71,7 +71,7 @@ class DSK {
|
|
|
}
|
|
|
|
|
|
async getCompilation() {
|
|
|
- const validName = ['全国公路(2018)', '广东公路(2018)', '浙江公路(2025)', '重庆建设(2018)', '广东建设(2018)'];
|
|
|
+ const validName = ['全国公路(2018)', '广东公路(2023)', '浙江公路(2025)', '重庆建设(2018)', '广东建设(2018)'];
|
|
|
const url = this.url + 'api/compilation/external/list';
|
|
|
const postData = {};
|
|
|
const result = this.dealWith(await this.ctx.helper.sendRequest(url, postData, 'GET', 'json', true));
|