添加 order_config.json
This commit is contained in:
28
order_config.json
Normal file
28
order_config.json
Normal file
@@ -0,0 +1,28 @@
|
||||
// order_config.json
|
||||
{
|
||||
"url": "https://cloudcone.com/compute/xxxx",
|
||||
"cookies": [
|
||||
{
|
||||
"name": "laravel_session",
|
||||
"value": "eyJpdiI6Ijxxxxxx...(完整session值)",
|
||||
"domain": ".cloud.com",
|
||||
"path": "/"
|
||||
},
|
||||
{
|
||||
"name": "XSRF-TOKEN",
|
||||
"value": "eyJpdiI6Ijxxxxxx...",
|
||||
"domain": ".cloud.com",
|
||||
"path": "/"
|
||||
},
|
||||
{
|
||||
"name": "remember_web_xxxxx",
|
||||
"value": "xxxxx",
|
||||
"domain": ".cloud.com",
|
||||
"path": "/"
|
||||
}
|
||||
],
|
||||
"max_price": 20.0,
|
||||
"target_location": "LA",
|
||||
"stock_keyword": "Out of Stock",
|
||||
"timeout": 60
|
||||
}
|
||||
Reference in New Issue
Block a user