> ## Documentation Index
> Fetch the complete documentation index at: https://rpa.bazhuayu.com/helpcenter/llms.txt
> Use this file to discover all available pages before exploring further.

# 发货管理_时间选择

## 指令描述

本指令实现在拼多多商家后台的【发货管理-订单查询】页面进行时间选择功能。

<img src="https://mintcdn.com/bazhuayu-rpa-docs/N2_JlZ5xSCqGiIcu/helpcenter/commands/custom-commands/1KkfZwRO/images/zZSKr5u2-01.png?fit=max&auto=format&n=N2_JlZ5xSCqGiIcu&q=85&s=10cd0db0df86ab400ed93337e18eac27" alt="image" width="685" height="445" data-path="helpcenter/commands/custom-commands/1KkfZwRO/images/zZSKr5u2-01.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/N2_JlZ5xSCqGiIcu/helpcenter/commands/custom-commands/1KkfZwRO/images/zZSKr5u2-02.png?fit=max&auto=format&n=N2_JlZ5xSCqGiIcu&q=85&s=3ca47af531528989977c1f08915afd92" alt="image" width="679" height="560" data-path="helpcenter/commands/custom-commands/1KkfZwRO/images/zZSKr5u2-02.png" />

拼多多商家后台的【发货管理】中的【订单查询】分页。

<img src="https://mintcdn.com/bazhuayu-rpa-docs/N2_JlZ5xSCqGiIcu/helpcenter/commands/custom-commands/1KkfZwRO/images/zZSKr5u2-03.png?fit=max&auto=format&n=N2_JlZ5xSCqGiIcu&q=85&s=7a938487cf761ee620532a25053edc58" alt="image" width="1732" height="905" data-path="helpcenter/commands/custom-commands/1KkfZwRO/images/zZSKr5u2-03.png" />

## 参数配置

### 指令输入

<strong>网页对象: </strong>网页对象，使用【打开网页】或者【获取已打开的网页对象】指令获取拼多多商家后台的【发货管理-订单查询】（ [https://mms.pinduoduo.com/orders/list?msfrom=mms\_sidenav](https://mms.pinduoduo.com/orders/list?msfrom=mms_sidenav) ）的网页对象。

<strong>时间选择：</strong>单选项，可选【最近24h内】、【最近7天内】、【最近30天内】、【最近90天内】和【自定义】。备注：【时间选择】参数选择【自定义】时，才需要进一步具体设置【开始时间】和【结束时间】参数。

<strong>开始时间: </strong>字符串，格式如：2025-11-03 23:50:12

<strong>结束时间: </strong>字符串，格式如<strong>开始时间。</strong>备注：要求1：【开始时间】不能晚于【结束时间】；要求2：【开始时间】和【结束时间】不能晚于当前日期；要求3：【开始时间】和【结束时间】之间间隔，最长90天；要求4：【开始时间】和【结束时间】不能早于当前日期的前90天。例如：当前日期为2025年9月6日，则【开始时间】和【结束时间】不能早于2025年6月8日；要求5：时间格式必须符合 YYYY-MM-DD，且日期合法（比如 2025-02-31 就是非法的）。

### 指令输出

<strong>执行状态：</strong>指令执行结果，用于指示和判断指令执行结果，返回值如下。

<img src="https://mintcdn.com/bazhuayu-rpa-docs/N2_JlZ5xSCqGiIcu/helpcenter/commands/custom-commands/1KkfZwRO/images/zZSKr5u2-04.png?fit=max&auto=format&n=N2_JlZ5xSCqGiIcu&q=85&s=864a14210623f1a3015149a731c295fb" alt="image" width="1163" height="176" data-path="helpcenter/commands/custom-commands/1KkfZwRO/images/zZSKr5u2-04.png" />

<Info>
  使用指令过程中遇到问题？前往 [八爪鱼RPA 开发者社区问答板块](https://rpa.bazhuayu.com/community/questions) 提问，获取官方与社区帮助。
</Info>
