订单提交
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
## 消息
|
||||
|
||||
单独抓消息:
|
||||
|
||||
Reference in New Issue
Block a user