> ## 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令牌

获取Token方法：

官方注册链接

[https://docs.track123.com/reference/request](https://docs.track123.com/reference/request)

<img src="https://mintcdn.com/bazhuayu-rpa-docs/jgqaQu-4rHRwwb68/helpcenter/commands/custom-commands/qY0qNESl/images/qyanBmsb-01.png?fit=max&auto=format&n=jgqaQu-4rHRwwb68&q=85&s=813214bcbf4b6b8aec27d515b9e29808" alt="image" width="1078" height="721" data-path="helpcenter/commands/custom-commands/qY0qNESl/images/qyanBmsb-01.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/jgqaQu-4rHRwwb68/helpcenter/commands/custom-commands/qY0qNESl/images/qyanBmsb-02.png?fit=max&auto=format&n=jgqaQu-4rHRwwb68&q=85&s=3bf30a951fb987d9f89dbb58a4ed51ee" alt="image" width="1549" height="490" data-path="helpcenter/commands/custom-commands/qY0qNESl/images/qyanBmsb-02.png" />

运单号: 填写运单号列表

<img src="https://mintcdn.com/bazhuayu-rpa-docs/jgqaQu-4rHRwwb68/helpcenter/commands/custom-commands/qY0qNESl/images/qyanBmsb-03.png?fit=max&auto=format&n=jgqaQu-4rHRwwb68&q=85&s=b924e12e119098d5ebb82876f665fcf2" alt="image" width="661" height="433" data-path="helpcenter/commands/custom-commands/qY0qNESl/images/qyanBmsb-03.png" />

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

<img src="https://mintcdn.com/bazhuayu-rpa-docs/jgqaQu-4rHRwwb68/helpcenter/commands/custom-commands/qY0qNESl/images/qyanBmsb-04.png?fit=max&auto=format&n=jgqaQu-4rHRwwb68&q=85&s=7d53553f900073ffa073c0ae0bf0b7ac" alt="image" width="1242" height="299" data-path="helpcenter/commands/custom-commands/qY0qNESl/images/qyanBmsb-04.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>
