|
|
@@ -344,9 +344,9 @@ routine() { |
|
|
|
} |
|
|
|
|
|
|
|
async startAd() { |
|
|
|
await this.getBaseInfo() |
|
|
|
await this.getAdDataList(true) |
|
|
|
await this.hbRequest() |
|
|
|
this.getBaseInfo() |
|
|
|
this.getAdDataList(true) |
|
|
|
this.hbRequest() |
|
|
|
|
|
|
|
hbRequestCount = heartConfig.heartbeatInterval; |
|
|
|
getAdDataCount =heartConfig.dataRefreshInterval; |
|
|
|