> For the complete documentation index, see [llms.txt](https://bigdipper.gitbook.io/indiapay/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bigdipper.gitbook.io/indiapay/jiao-ben-shi-yong/liu-shui-bu-dan-zhi-nan.md).

# 流水补单指南

## 脚本机补单

对于定制机来说，在脚本运行期间，掉单的几率较小。且脚本有定时自动补单的功能，不过不同的银行，补单的实现略有不同，因此自动补单不一定能把全部漏掉的流水全部补上。

在脚本机启动以前如果有掉单但是脚本没有回调，可以通过脚本机右上角的悬浮窗上的fill Order按钮实现补单。

<figure><img src="/files/N3SkECTHp6gMkhPUsDAi" alt="" width="375"><figcaption></figcaption></figure>

## 网页脚本补单

网页脚本回调，由于其不如手机脚本稳定，因此可能会存在一些掉单情况。掉单之后，可以通过如下方式完成补单。

1. 确认已经关闭了网页脚本（不关闭会干扰导出操作）
2. 登录到账号对应的网页银行，找到流水导出页面，将当天流水下载过来。
3. 将下载的脚本在后台导入：支付管理->收款记录->导入->选择通道及账号->upload。

<figure><img src="/files/TlD2ohxX18pkZug6cPXZ" alt=""><figcaption></figcaption></figure>

到这里完成了网页补单。对于新银行，这样操作会提示错误，需要将银行下载的流水文件发给开发人员进行新银行的补单适配。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bigdipper.gitbook.io/indiapay/jiao-ben-shi-yong/liu-shui-bu-dan-zhi-nan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
