| | |
| | | let activeTime = d.valueJson["活跃时间"] |
| | | if (bool === "是") { |
| | | randomSleep("准备获取同行账号信息", "", "", "", "", ""); |
| | | let url = "http://118.89.113.119:8091/engine/api/device/user/checkPrivateChat"; |
| | | let url = "http://111.229.137.199:8091/engine/api/device/user/checkPrivateChat"; |
| | | let pa = { |
| | | "platform": "DY", |
| | | "fansNum": fansNum, |
| | |
| | | } |
| | | } else if (fanBool === "是") { |
| | | randomSleep("准备获取意向粉丝", "", "", "", "", ""); |
| | | let url = "http://118.89.113.119:8091/engine/api/device/user/checkFansPrivateChat"; |
| | | let url = "http://111.229.137.199:8091/engine/api/device/user/checkFansPrivateChat"; |
| | | let pa = { |
| | | "platform": "DY", |
| | | "fansNum": fansNum, |
| | |
| | | randomSleep("未获取到意向粉丝信息,请联系管理员", "脚本异常", "", "", "", ""); |
| | | } |
| | | } |
| | | let url = "http://118.89.113.119:8091/engine/api/device/user/checkPrivateUser"; |
| | | let url = "http://111.229.137.199:8091/engine/api/device/user/checkPrivateUser"; |
| | | let pa = { |
| | | "platform": "DY", |
| | | "fansNum": fansNum, |
| | |
| | | // 快手 |
| | | paltform = 'KS' |
| | | } |
| | | var url = "http://118.89.113.119:8091/engine/api/device/user"; |
| | | var url = "http://111.229.137.199:8091/engine/api/device/user"; |
| | | var pa = { |
| | | "uniqueNo": uniqueNo, |
| | | "deviceNo": deviceNo, |
| | |
| | | // 快手 |
| | | paltform = 'KS' |
| | | } |
| | | var url = "http://118.89.113.119:8091/engine/api/device/user/updateStatus"; |
| | | var url = "http://111.229.137.199:8091/engine/api/device/user/updateStatus"; |
| | | var pa = { |
| | | "uniqueNo": uniqueNo, |
| | | "platform": paltform, |
| | |
| | | paltform = 'KS' |
| | | } |
| | | let cacheKey = paltform + ":" + deviceNo + ":" + date |
| | | var url = "http://118.89.113.119:8091/engine/api/device/cache/getValue"; |
| | | var url = "http://111.229.137.199:8091/engine/api/device/cache/getValue"; |
| | | var pa = { |
| | | "cacheKey": cacheKey |
| | | }; |
| | |
| | | paltform = 'KS' |
| | | } |
| | | let cacheKey = paltform + ":" + deviceNo + ":" + date |
| | | var url = "http://118.89.113.119:8091/engine/api/device/cache/insertOrUpdate"; |
| | | var url = "http://111.229.137.199:8091/engine/api/device/cache/insertOrUpdate"; |
| | | var pa = { |
| | | "cacheKey": cacheKey |
| | | }; |
| | |
| | | paltform = 'KS' |
| | | uniqueNo = ecloud.getDeviceNo().substring(3) |
| | | } |
| | | var url = "http://118.89.113.119:8091/engine/api/device/user/checkFollow"; |
| | | var url = "http://111.229.137.199:8091/engine/api/device/user/checkFollow"; |
| | | var pa = { |
| | | "platform": paltform, |
| | | "uniqueNo": userId |