filesite
1 year ago
3 changed files with 19 additions and 7 deletions
@ -0,0 +1,15 @@ |
|||||||
|
export default { |
||||||
|
|
||||||
|
//请求参数
|
||||||
|
heroBotOptions: { |
||||||
|
timeoutMs: 10000, |
||||||
|
referrer: 'https://wechat.com', |
||||||
|
userAgent: 'Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1' |
||||||
|
}, |
||||||
|
|
||||||
|
//网页tab参数
|
||||||
|
heroTabOptions: { |
||||||
|
timeoutMs: 5000 |
||||||
|
} |
||||||
|
|
||||||
|
}; |
Loading…
Reference in new issue