示例请求POST http://localhost:3000/api/etoken/plan
Content-Type: application/json
{
"centerId": "beijing-yizhuang",
"prompt": "我是服饰跨境电商厂商,我现在有 500 件待出库的 T 恤,需要你按尺码和颜色分类、折叠装袋,每袋一件,并按我提供的规则贴标。"
}示例响应{
"status": "ready",
"planningMode": "deterministic-rules",
"estimate": {
"total": 119250,
"formattedTotal": "119.3k"
}
}