添加 order_config.json

This commit is contained in:
XOF
2025-12-12 04:02:45 +08:00
parent afefd5f468
commit c17d85d805

28
order_config.json Normal file
View 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
}