> ## 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.

# 查询运单

该指令实现了通过 trak123 接口查询运单的功能

trank123 Token: Token令牌

运单号: 填写运单号列表

<img src="https://mintcdn.com/bazhuayu-rpa-docs/4W5J52gbJSzg7g9B/helpcenter/commands/custom-commands/qY0qNESl/images/2Z9tzUVg-01.png?fit=max&auto=format&n=4W5J52gbJSzg7g9B&q=85&s=517977820d4c059ad9155dd1ce4a2767" alt="image" width="671" height="435" data-path="helpcenter/commands/custom-commands/qY0qNESl/images/2Z9tzUVg-01.png" />

运单详情字典：将结果以字典的形式展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/4W5J52gbJSzg7g9B/helpcenter/commands/custom-commands/qY0qNESl/images/2Z9tzUVg-02.png?fit=max&auto=format&n=4W5J52gbJSzg7g9B&q=85&s=05c8adecb248f2284fa65113a13ee016" alt="image" width="878" height="336" data-path="helpcenter/commands/custom-commands/qY0qNESl/images/2Z9tzUVg-02.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/4W5J52gbJSzg7g9B/helpcenter/commands/custom-commands/qY0qNESl/images/2Z9tzUVg-03.png?fit=max&auto=format&n=4W5J52gbJSzg7g9B&q=85&s=df3a444d4b12e27cd28867fd442240aa" alt="image" width="621" height="375" data-path="helpcenter/commands/custom-commands/qY0qNESl/images/2Z9tzUVg-03.png" />

Track123 使用服务状态代码Status codeTypeDescription00000SUCCESSSuccessA0001USER\_ERRORUser terminal error.A0200USER\_LOGIN\_ERRORServer error.A0201USER\_NOT\_EXISTAccount does not exist.A0202USER\_ACCOUNT\_LOCKEDThe user account is locked.A0203USER\_ACCOUNT\_INVALIDThe user account is invalid.A0230TOKEN\_INVALID\_OR\_EXPIREDToken is invalid or expired.A0231TOKEN\_ACCESS\_FORBIDDENToken has been forbidden.A0300AUTHORIZED\_ERRORAbnormal access rights.A0301ACCESS\_UNAUTHORIZEDUnauthorized access.A0400PARAM\_ERRORUser request parameter error.A0410PARAM\_IS\_NULLThe parameter for the request is null.B0001SYSTEM\_EXECUTION\_ERRORSystem error.B0100SYSTEM\_EXECUTION\_TIMEOUTSystem timeout.B0100SYSTEM\_ORDER\_PROCESSING\_TIMEOUTSystem timeout.B0210FLOW\_LIMITINGExceed flow limits.B0300SYSTEM\_RESOURCE\_ERRORAbnormal system resources.B0310SYSTEM\_RESOURCE\_EXHAUSTIONSystem resources are exhausted.C0113INTERFACE\_NOT\_EXISTThe interface does not exist.D0000SERVICE\_DETAIL\_MSG\_ERROROther errors, detailed information will be returned in msg or data.

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