订单提交
This commit is contained in:
@@ -78,13 +78,31 @@ npm run bills
|
||||
npm run messages
|
||||
```
|
||||
|
||||
## 8. 从最新 checkpoint 继续抓账单
|
||||
## 8. 单独抓订单
|
||||
|
||||
```powershell
|
||||
npm run orders
|
||||
```
|
||||
|
||||
订单增量:
|
||||
|
||||
```powershell
|
||||
npm run orders -- --incremental
|
||||
```
|
||||
|
||||
订单断点继续:
|
||||
|
||||
```powershell
|
||||
npm run orders -- --resume
|
||||
```
|
||||
|
||||
## 9. 从最新 checkpoint 继续抓账单
|
||||
|
||||
```powershell
|
||||
npm run bills -- --resume
|
||||
```
|
||||
|
||||
## 9. 定时任务
|
||||
## 10. 定时任务
|
||||
|
||||
```powershell
|
||||
npm run schedule
|
||||
@@ -96,7 +114,7 @@ npm run schedule
|
||||
ALIYUN_APS_SCHEDULE_MODE=incremental
|
||||
```
|
||||
|
||||
## 10. 常用 `.env` 配置
|
||||
## 11. 常用 `.env` 配置
|
||||
|
||||
```env
|
||||
ALIYUN_APS_BASE_URL=https://aps.aliyun.com
|
||||
@@ -159,7 +177,7 @@ ALIYUN_APS_BROWSER_MODE=cdp
|
||||
ALIYUN_APS_CDP_URL=http://127.0.0.1:9222
|
||||
```
|
||||
|
||||
## 11. 推荐执行顺序
|
||||
## 12. 推荐执行顺序
|
||||
|
||||
### 首次初始化
|
||||
|
||||
@@ -184,6 +202,13 @@ cd D:\project\python\aliyun-sync\aliyun-aps-sync
|
||||
npm run messages
|
||||
```
|
||||
|
||||
### 单独同步订单
|
||||
|
||||
```powershell
|
||||
cd D:\project\python\aliyun-sync\aliyun-aps-sync
|
||||
npm run orders
|
||||
```
|
||||
|
||||
### 账单长任务恢复
|
||||
|
||||
```powershell
|
||||
@@ -199,7 +224,7 @@ cd D:\project\python\aliyun-sync\aliyun-aps-sync
|
||||
npm run schedule
|
||||
```
|
||||
|
||||
## 12. 错误文件
|
||||
## 13. 错误文件
|
||||
|
||||
运行异常时会保存:
|
||||
|
||||
@@ -207,7 +232,7 @@ npm run schedule
|
||||
data/errors/<dataset>/
|
||||
```
|
||||
|
||||
## 13. 运行时热键
|
||||
## 14. 运行时热键
|
||||
|
||||
| 按键 | 功能 |
|
||||
| --- | --- |
|
||||
@@ -215,7 +240,7 @@ data/errors/<dataset>/
|
||||
| F8 | 继续 |
|
||||
| F9 | 终止 |
|
||||
|
||||
## 14. 本地数据目录
|
||||
## 15. 本地数据目录
|
||||
|
||||
```text
|
||||
data/current/
|
||||
|
||||
Reference in New Issue
Block a user