订单提交

This commit is contained in:
ray
2026-05-06 15:13:03 +08:00
parent ac4c7d9c3f
commit d14ed90597
5 changed files with 90 additions and 8 deletions

View File

@@ -84,6 +84,26 @@ npm run bills
npm run bills -- --resume
```
## 订单
只同步订单:
```bash
npm run orders
```
订单增量:
```bash
npm run orders -- --incremental
```
订单从 checkpoint 继续:
```bash
npm run orders -- --resume
```
## 消息
单独抓消息: